diff --git a/src/pages/README.md b/src/pages/README.md index 68ba324..9bc2b1c 100644 --- a/src/pages/README.md +++ b/src/pages/README.md @@ -1,6 +1,6 @@ ## File-based Routing -Routes will auto-generated for Vue files in this dir with the same file structure. +Routes will be auto-generated for Vue files in this dir with the same file structure. Check out [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) for more details. ### Path Aliasing @@ -13,7 +13,7 @@ For example, instead of having import { isDark } from '../../../../logics' ``` -now you can use +now, you can use ```ts import { isDark } from '~/logics'