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
The plugin works well in Chrome, but throws these errors in IE 11.
TypeError: Object doesn't support property or method 'assign'
at mounted (eval code:2175:5)
at callHook (eval code:2916:9)
at insert (eval code:4149:7)
at invokeInsertHook (eval code:5944:9)
at patch (eval code:6163:5)
at Vue.prototype._update (eval code:2665:7)
at updateComponent (eval code:2783:7)
at get (eval code:3137:5)
at run (eval code:3214:5)
at flushSchedulerQueue (eval code:2976:5)
TypeError: Unable to get property 'unload' of undefined or null reference
at beforeDestroy (eval code:2180:5)
at callHook (eval code:2916:9)
at Vue.prototype.$destroy (eval code:2695:5)
at destroy (eval code:4169:9)
at invokeDestroyHook (eval code:5727:59)
at invokeDestroyHook (eval code:5732:9)
at invokeDestroyHook (eval code:5732:9)
at invokeDestroyHook (eval code:5732:9)
at patch (eval code:6065:30)
at Vue.prototype.$destroy (eval code:2718:5)
The text was updated successfully, but these errors were encountered:
Oh, i found the reason: IE doesn't support "{}" in import: import {vueVimeoPlayer} from 'vue-vimeo-player'
But how can I use import vueVimeoPlayer from 'vue-vimeo-player'
instead?
With this way of importing tag <vue-vimeo-player>
or <vueVimeoPlayer>
doesn't work.
The plugin works well in Chrome, but throws these errors in IE 11.
The text was updated successfully, but these errors were encountered: