feat: 新增环境变量配置|状态管理
This commit is contained in:
12
store/modules/app.js
Normal file
12
store/modules/app.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineStore } from "pinia";
|
||||
|
||||
export const useAppStore = defineStore("app", {
|
||||
state() {
|
||||
return {};
|
||||
},
|
||||
getters: {},
|
||||
|
||||
actions: {},
|
||||
|
||||
unistorage: true,
|
||||
});
|
||||
Reference in New Issue
Block a user