Open jd1378 opened 3 years ago
Currently we can only use this component when using as a vue plugin Since the component is not exported, we cannot do something like this:
const getComponent = () => import('vue-core-video-player'); Vue.component('vue-core-video-player', getComponent );
Or did I misunderstood this and it can be done?
Currently we can only use this component when using as a vue plugin Since the component is not exported, we cannot do something like this:
Or did I misunderstood this and it can be done?