chore: typos (#89)
This commit is contained in:
parent
c001c52177
commit
a2e8e0b742
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user