使用Pinia代替Vuex进行数据存储

This commit is contained in:
RuoYi
2022-05-29 21:40:50 +08:00
parent 09aa28c667
commit 0700da002e
30 changed files with 482 additions and 644 deletions

View File

@@ -5,9 +5,7 @@ export default function createAutoImport() {
imports: [
'vue',
'vue-router',
{
'vuex': ['useStore']
}
'pinia'
],
dts: false
})