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
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Hi, when I use the Vue CLI to create a project and then try adding the p11n plugin to it, e.g: vue create vue-custom-plugin-name I then have the issue of after adding this plugin to it, I end up with having to use something like:
Vue.use(vue-custom-plugin-name);
And this is simply invalid within frameworks such as Nuxt JS. How do I prevent this plugin from doing this.
I cannot use camel-case either, so my plugins tend to just be one word because of this issue.
The text was updated successfully, but these errors were encountered:
Hi, when I use the Vue CLI to create a project and then try adding the p11n plugin to it, e.g:
vue create vue-custom-plugin-name
I then have the issue of after adding this plugin to it, I end up with having to use something like:And this is simply invalid within frameworks such as Nuxt JS. How do I prevent this plugin from doing this.
I cannot use camel-case either, so my plugins tend to just be one word because of this issue.
The text was updated successfully, but these errors were encountered: