vue-nested-menu icon indicating copy to clipboard operation
vue-nested-menu copied to clipboard

Component was always using the demo data

Open askarhu opened this issue 5 years ago • 1 comments

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?

askarhu avatar Jul 21 '20 19:07 askarhu

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" />

guAnsunyata avatar Jul 22 '20 08:07 guAnsunyata