gitboyzcf bd276835a5 master: Fixed 问题修复7.4 3 tháng trước cách đây
..
404.vue c6f853223f master: Added 6 tháng trước cách đây
README.md c6f853223f master: Added 6 tháng trước cách đây
default.vue c6f853223f master: Added 6 tháng trước cách đây
home.vue bd276835a5 master: Fixed 问题修复7.4 3 tháng trước cách đây

README.md

Layouts

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>