refactor(store): 移除模块前缀

This commit is contained in:
有来技术
2021-12-26 13:19:08 +08:00
parent dd0f0465ab
commit e4dd8e1ce9
6 changed files with 7 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import { store } from "@/store";
import { defineStore } from "pinia";
export const useAppStore = defineStore({
id: "youlai-app",
id: "app",
state: ():AppState=>({
device: 'desktop',
sidebar: {