refactor(store): 移除模块前缀
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user