From ac1fe87bf3e2788395e8867a6823b841ec84a17c Mon Sep 17 00:00:00 2001 From: Thehrz Date: Mon, 13 Feb 2023 23:01:40 +0800 Subject: [PATCH] Remove README --- src/layouts/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/layouts/README.md diff --git a/src/layouts/README.md b/src/layouts/README.md deleted file mode 100644 index 6ca905c..0000000 --- a/src/layouts/README.md +++ /dev/null @@ -1,14 +0,0 @@ -## 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 [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) and [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts), you can specify the layout in the page's SFCs like this: - -```html - -meta: - layout: home - -```