matiastucci/vue-input-tag

How do I continue to use the previous version?

max-kut opened this issue · 3 comments

Version of Vue I'm using?: 2.5.16

Hi, I used the component from CDN, but after the last update my application broke (I did not use webpack). How do I continue to use the previous version?

I do have the same issue.
any solution?

@cyberina my solution: go to https://www.jsdelivr.com/package/npm/vue-input-tag?path=dist&version=1.0.4
pay attention to version 1.0.4
download vue-input-tag.min.js and download the file and put it in the application's static directory

I just added a unpkg key to the package.json to expose the UMD module. You can use it like this: https://github.com/matiastucci/vue-input-tag/blob/master/README.md#cdn

Also, if you wanted to use unpkg to import a specific version you can do it like this: https://unpkg.com/vue-input-tag@1.0.4