Unknown import from Quasar: QMediaPlayer
-
Hi,
I installed quasar ext add @quasar/qmediaplayer and quasar ext add @quasar/colorizeI got an error in chrome console:
vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: <q-media-player> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Then I add ‘QMediaPlayer’, to quasar conf file and got another error: "Unknown import from Quasar: QMediaPlayer"
So, how to make it work ?
-
Oh I restart quasar then remove QMediaPlayer in quasar conf file and it worked