matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
537 stars 130 forks source link

How do I continue to use the previous version? #83

Closed max-kut closed 6 years ago

max-kut commented 6 years ago

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?

cyberina commented 6 years ago

I do have the same issue. any solution?

max-kut commented 6 years ago

@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

matiastucci commented 6 years ago

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