Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Aug 18, 2023
1 parent c2b96c8 commit 4c7bbe0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This is a typed vuex@3.

## Install
Since this project overrides the default type of vuex, you need to take it easy and uninstall vuex.

```bash
npm uninstall vuex
npm install z-vuex-typed
```

## Usage

1. add a `defineModule` function to get type of module
Expand Down

0 comments on commit 4c7bbe0

Please sign in to comment.