delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
171 stars 34 forks source link

How to set compilerOptions.isCustomElement for VueJS 3 in Quasar Project #60

Open badblli opened 9 months ago

badblli commented 9 months ago
[Vue warn]: Failed to resolve component: EmojiPicker
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. 

I have a project that I created with Vue 3 and Quasar 2.

How can I solve the unresolved error of the component?