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 was always using the demo data #5

Open
askarhu opened this issue Jul 21, 2020 · 1 comment
Open

Component was always using the demo data #5

askarhu opened this issue Jul 21, 2020 · 1 comment

Comments

@askarhu
Copy link

askarhu commented Jul 21, 2020

Not sure how to get this component to use the menu data that I supplied. It seem to always use the demo data, I even tried to remove the reference to demo.js from the App.vue file on the source but it still seem to use the demo data that's shown in the Github page regardless of the data that we supply in our data: section. Any thoughts on how to get this to work with our own data?

@guAnsunyata
Copy link
Owner

The demo data was removed in [email protected].

Please make sure giving the correct prop key source to <vue-nested-menu> component

<vue-nested-menu :source="source" />

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