vuetifyjs / create

🛠️ Build tooling for Vuetify 3
60 stars 18 forks source link

Routing is broken in default generated version #18

Closed kibertoad closed 1 year ago

kibertoad commented 1 year ago

<router-view> is not present in default rendered view, so while routing will technically happen (no errors in console, address in addressbar changes), user won't see a different component rendered. This is confusing for new users, one would assume enabling router preset should make routing work out-of-the-box.

KaelWD commented 1 year ago

Duplicate of #16

kibertoad commented 1 year ago

It's not exactly a duplicate. That ticket questions usefulness of layouts directory, while this one questions contents of the default view, when routing is enabled, because it's not really enabled.

KaelWD commented 1 year ago

Layouts isn't useful because routing isn't really used.