chore: typos (#89)

This commit is contained in:
Tony Trinh 2021-03-14 00:14:42 -06:00 committed by GitHub
parent c001c52177
commit a2e8e0b742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'