Menus
Opened this issue · 1 comments
Hi there,
Thanks again for this brilliant starter kit.
I'm having some trouble working with the menus, and I wanted to know if you had any example code from your Nuxt app that you can share that would produce a nav menu? Particularly in the sense of preserving the correct ordering via the menu_order key.
It doesn't seem to be very straight forward to work this, so I'm hoping you guys can provide something in your example app to help get off the ground with it quickly.
Same. I spent the better part of a day on this. I was trying to to use 'nuxtServerInit' in my vuex store to get all of the menu items server-side. Pretty tricky when you start to add in nested menus. I got it to work, but still wasn't able to specify the order. IMHO you're almost better off using CPTs for this.