quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
421 stars 116 forks source link

proper component registration #407

Closed m32 closed 1 year ago

m32 commented 1 year ago

After adding component with: quasar ext add @quasar/qcalendar@next

dev-tools show this warning: [Vue warn]: A plugin must either be a function or an object with an "install" function.

Gregory-Han commented 11 months ago

me too.

I use package.json.

"quasar": "^2.12.3", "vue": "^3.3.4",