You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
import App from './index.vue';
import GCanvas from 'weex-gcanvas'
console.log(Vue.component)
Vue.component('gcanvas', GCanvas)
new Vue(
Vue.util.extend({
el: '#root'
}, App)
)
vue.runtime.js:565 TypeError: Cannot set property 'componentId' of undefined
at n (main.web.js:3)
at resolveAsyncComponent (vue.runtime.js:2134)
at createComponent (vue.runtime.js:3643)
at _createElement (vue.runtime.js:3853)
at createElement (vue.runtime.js:3792)
at vm._c (vue.runtime.js:4132)
at Proxy.render (main.web.js:3)
at Vue$3.Vue._render (vue.runtime.js:4186)
at Vue$3.updateComponent (vue.runtime.js:2574)
at Watcher.get (vue.runtime.js:2915)
vue.runtime.js:565 TypeError: Cannot read property 'getContext' of undefined
at Vue$3.mounted (main.web.js:3)
at callHook (vue.runtime.js:2701)
at mountComponent (vue.runtime.js:2585)
at Vue$3.$mount (vue.runtime.js:7506)
at Vue$3.Vue._init (vue.runtime.js:4290)
at new Vue$3 (vue.runtime.js:4375)
at Object.<anonymous> (main.web.js:3)
at e (main.web.js:3)
at Object.<anonymous> (main.web.js:3)
at e (main.web.js:3)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: