This repository was archived by the owner on Dec 1, 2020. It is now read-only.
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
Hyphens don't work with project name #25
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels