From 4c7bbe02166e950025fc4914027749dd26d27f0e Mon Sep 17 00:00:00 2001 From: zcf0508 Date: Fri, 18 Aug 2023 23:14:20 +0800 Subject: [PATCH] chore: update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ec18e9c..9debf02 100644 --- a/README.md +++ b/README.md @@ -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