[Vuejs]-Bundling external library with custom component
0👍 ✅ X-Post from VueJS forums where I initially asked this question. From LinusBorg: Adding it globally You can’t use Vue.use inside a component, it has to be added before you start the main Vue instance (new Vue()…) Adding it locally adding it locally can’t work like you did, because VueTouch is not just the … Read more