You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked to make sure that this issue has not already been filed
I am considering using a tag input box component for development in Vue3 and found that Tagify meets my expectations. The documentation mentions support for Vue, but it doesn't specify whether it fully supports Vue3. Does Tagify fully support Vue3? Are there any specific requirements for Vue3 version support, such as version requirements or component limitations?
The text was updated successfully, but these errors were encountered:
I'm trying to import the latest version of tagify via npm in my Vue 3 project but I'm getting an error (I noticed a related issue in closed status, but my project doesn't have a dependency on gulp-terser and I'm using the latest version of tagify).
Here's the import statement:
import Tagify from '@yaireo/tagify'
Here's the error message:
./node_modules/@yaireo/tagify/dist/tagify.min.js 26:8981 Module parse failed: Unexpected token (26:8981) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | */ | > !function(t,e)
Well, I don't know Vue anymore... I used to know a bit, a few years ago but forgot completely.
Back when I knew it, I somehow scrapped a solution to support Vue, but I think you don't really
need much for Vue at all, since you can initialize Tagify on your own within your Vue component
Prerequisites
I am considering using a tag input box component for development in Vue3 and found that Tagify meets my expectations. The documentation mentions support for Vue, but it doesn't specify whether it fully supports Vue3. Does Tagify fully support Vue3? Are there any specific requirements for Vue3 version support, such as version requirements or component limitations?
The text was updated successfully, but these errors were encountered: