Skip to content
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
@sts-ryan-holton

Description

@sts-ryan-holton

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions