Closed alimirmohammad closed 1 year ago
Hi @alimirmohammad I guess you wanted to import the component and use it. you shouldn't import. just use it.
Hi @alireza-ab
Thank you for the tip. You were right. The Nuxt module registers the component automatically. So I can use it without importing.
Hi there!
Thank you for this package. There is a bug. When I am using this package in a Nuxt3 project, I get the following error:
When I modify the
package.json
file of this package and set the type, the error disappears.My Nuxt version is 3.3.1. Could you please fix this?