mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix(store): fix pinia typo
This commit is contained in:
@@ -38,13 +38,13 @@ export const useMultipleTabStore = defineStore({
|
||||
lastDragEndIndex: 0,
|
||||
}),
|
||||
getters: {
|
||||
getTabList() {
|
||||
getTabList(_) {
|
||||
return this.tabList;
|
||||
},
|
||||
getCachedTabList(): string[] {
|
||||
getCachedTabList(_): string[] {
|
||||
return Array.from(this.cacheTabList);
|
||||
},
|
||||
getLastDragEndIndex(): number {
|
||||
getLastDragEndIndex(_): number {
|
||||
return this.lastDragEndIndex;
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user