aaronksaunders / nuxt-starter-ionic-sidemenu-auth

3 stars 0 forks source link

Split pane? 🤔 #2

Open six-edge opened 1 year ago

six-edge commented 1 year ago

Hey @aaronksaunders thanks for these great examples and write ups on dev.to

Just wondering, you mentioned ion-split-pane and menu in your readme but I don't see any menu defined. Just a button. I assume it's WIP?

Just wondering how you solved the menu part. I'm struggling to get the router to work properly on the menu items. Im trying to use menu items with little success.

Do you have a working example?

aaronksaunders commented 1 year ago

Here is a working example - https://stackblitz.com/edit/nuxt-starter-rqvhxt?file=pages%2FHome.vue

Look in the components folder the menu component is there. This was supposed to be a private repo until I created the video and blog post but you found it so enjoy !!

abarke commented 1 year ago

That's awesome, thanks for the example.

I thought I would browse through some of your repos to see what else I could find 🙂

So I need to have the app.vue in the root. I think I missed that part. I had the ion-menu and ion-page both in the root of a component and it doesn't really like that.

abarke commented 1 year ago

Question: do you get this warning in Nuxt 3.4.1 and the Ionic Module?

image