Open cladjidane opened 7 years ago
Vue Example :
Function:
const vm = this; vm.$http.get( 'wp-api-menus/v2/menu-locations/'+vm.menuLocation ) .then( ( res ) => { vm.menus = res.data; } )
Template:
`
` This is base example, you need to adjust it to your needs
Hi, the plugin works fine but I do not see how to handle the rendering of the menu. A small example please?