vuera icon indicating copy to clipboard operation
vuera copied to clipboard

react in vue^1.0.24 , can't used ?

Open lgoldfish opened this issue 5 years ago • 0 comments

bundle.js:17526 Uncaught TypeError: factory.call is not a function at VueComponent.Vue._resolveComponent (bundle.js:17526) at Directive.resolveComponent (bundle.js:14371) at Directive.setComponent (bundle.js:14350) at Directive.bind (bundle.js:14310) at Directive._bind (bundle.js:16998) at linkAndCapture (bundle.js:15567) at compositeLinkFn (bundle.js:15536) at VueComponent.Vue._compile (bundle.js:17284) at VueComponent.Vue.$mount (bundle.js:18119) at VueComponent.Vue._init (bundle.js:11092)

// .babelrc { "presets": ["es2015", "stage-0"], "plugins": [ [ "transform-runtime", { "helpers": false, "polyfill": false, "regenerator": true, "moduleName": "babel-runtime" } ], "transform-react-jsx", "transform-class-properties" ] }`

lgoldfish avatar Dec 12 '19 01:12 lgoldfish