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

<item> is html5 element? #18

Closed
Rainnut opened this issue Oct 8, 2018 · 1 comment
Closed

<item> is html5 element? #18

Rainnut opened this issue Oct 8, 2018 · 1 comment

Comments

@Rainnut
Copy link

Rainnut commented Oct 8, 2018

image

I don't know what label element < item > is. HTML 5 has a < menuItem > label, but it doesn't look like the same thing.
Could you tell me how to use the element??

@shuiRong
Copy link
Owner

shuiRong commented Oct 8, 2018

It's a Vue's component.
https://github.com/shuiRong/vue-drag-tree/blob/master/src/DragNode.vue

 beforeCreate() {
    this.$options.components.item = require('./DragNode.vue')
  },

Vue Component

@shuiRong shuiRong closed this as completed Oct 8, 2018
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