The pages are displayed correctly inside of the RouterView, but when creating the file index@sidebar.vue, it doesn't get displayed inside of <RouterView name="sidebar" />.
Am I doing something wrong? This would be handy when using named views at index.vue 🙂.
I have the following
pages/index.vue
:The pages are displayed correctly inside of the
RouterView
, but when creating the fileindex@sidebar.vue
, it doesn't get displayed inside of<RouterView name="sidebar" />
. Am I doing something wrong? This would be handy when using named views atindex.vue
🙂.