Skip to content
Snippets Groups Projects
Commit a3f48fc3 authored by HJ's avatar HJ :fire:
Browse files

fix warning about custom component

parent de2f9686
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,12 @@ module.exports = {
loader: 'vue-loader',
options: {
compilerOptions: {
isCustomElement(tag) {
if (tag === 'pinch-zoom') {
return true
}
return false
},
compatConfig: {
MODE: 2
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment