Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component name doesn't forrow Vue Style Guide #77

Open
zakuro9715 opened this issue Jun 5, 2019 · 1 comment
Open

Component name doesn't forrow Vue Style Guide #77

zakuro9715 opened this issue Jun 5, 2019 · 1 comment

Comments

@zakuro9715
Copy link

https://vuejs.org/v2/style-guide/#Multi-word-component-names-essential

Multi word component name is Essential.

This library uses one word components likes <drag>. But we should use multi word likes <vue-drag>

I purpose to add alias to current components as first step.

@theoc1
Copy link

theoc1 commented Jun 30, 2019

import { Drag as VueDrag, Drop as VueDrop } from 'vue-drag-drop';

export default {
  components: { VueDrag, VueDrop },
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants