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
import Toast from 'vue-toast-mobile'
...
Toast('xxxxx!');
error:
[Vue warn]: Error when rendering root instance:
warn @ vue.common.js?e881:521
Vue._render @ vue.common.js?e881:2223
updateComponent @ vue.common.js?e881:2609
get @ vue.common.js?e881:2934
Watcher @ vue.common.js?e881:2926
Vue._mount @ vue.common.js?e881:2608
Vue$3.$mount @ vue.common.js?e881:6178
Vue$3.$mount @ vue.common.js?e881:8549
Vue._init @ vue.common.js?e881:3381
VueComponent @ vue.common.js?e881:3500
u @ index.js?ac12:1
d @ index.js?ac12:1
confirm @ Register.vue?7af6:56
boundFn @ vue.common.js?e881:126
click @ Register.vue?17d3:201
invoker @ vue.common.js?e881:1944
vue.common.js?e881:2225 Uncaught ReferenceError: _h is not defined
at Proxy.render (eval at <anonymous> (app.js:3699), <anonymous>:1:2073)
at VueComponent.Vue._render (eval at <anonymous> (app.js:736), <anonymous>:2216:22)
at VueComponent.updateComponent (eval at <anonymous> (app.js:736), <anonymous>:2609:21)
at Watcher.get (eval at <anonymous> (app.js:736), <anonymous>:2934:27)
at new Watcher (eval at <anonymous> (app.js:736), <anonymous>:2926:12)
at VueComponent.Vue._mount (eval at <anonymous> (app.js:736), <anonymous>:2608:19)
at VueComponent.Vue$3.$mount (eval at <anonymous> (app.js:736), <anonymous>:6178:15)
at VueComponent.Vue$3.$mount (eval at <anonymous> (app.js:736), <anonymous>:8549:16)
at VueComponent.Vue._init (eval at <anonymous> (app.js:736), <anonymous>:3381:10)
at new VueComponent (eval at <anonymous> (app.js:736), <anonymous>:3500:12)
The text was updated successfully, but these errors were encountered:
vue version:2.1.0
vue-toast-mobile version 2.0.0
error:
The text was updated successfully, but these errors were encountered: