From a4d5a563ff4dbef9f20feee87a26c39e86aed321 Mon Sep 17 00:00:00 2001 From: zc <> Date: Sat, 25 Dec 2021 13:35:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9vuex=E4=B8=BApinia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改vuex为pinia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6318d9..4d3fd261 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ import { createPinia } from "pinia"; const store = createPinia(); export { store }; ``` -## main.ts + main.ts ```typescript import {createApp} from 'vue'