Skip to content

Commit

Permalink
docs: update file path (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxchang3 authored Aug 30, 2024
1 parent 8d6b8e2 commit e7ececf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

- πŸ”₯ The `<script setup>` syntax.

- 🍍 [State Management via Pinia](https://github.com/vuejs/pinia), see [./composables/user.ts](./composables/user.ts).
- 🍍 [State Management via Pinia](https://github.com/vuejs/pinia), see [./app/composables/user.ts](./app/composables/user.ts).

- πŸ“‘ [Layout system](./layouts).
- πŸ“‘ [Layout system](./app/layouts).

- πŸ“₯ APIs auto importing - for Composition API, VueUse and custom composables.

Expand Down

0 comments on commit e7ececf

Please sign in to comment.