|
пре 3 недеља | |
---|---|---|
.. | ||
404.vue | пре 3 недеља | |
README.md | пре 3 недеља | |
default.vue | пре 3 недеља | |
home.vue | пре 3 недеља |
Vue components in this dir are used as layouts.
By default, default.vue
will be used unless an alternative is specified in the route meta.
With unplugin-vue-router
and vite-plugin-vue-layouts
, you can specify the layout in the page's SFCs like this:
<route lang="yaml">
meta:
layout: home
</route>