VUE [Vue warn]: Wrong type passed as event handler to onClass – did you forget @ or : in front of your prop?
At some point I noticed that a lot of warnings appear in the project, maybe because I reinstalled node_module or something else.
The problem is that when adding attributes to a custom component errors appear:
<AInput v-model="name" class="entity-details__desc" label="name" placeholder="bar" any-attribute="foo" />
Getting import error using vue3 component library created using vite
The .js library file have following import statement: