mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-11 20:33:41 +08:00
feat(tabs): 多页签增加关闭所有
This commit is contained in:
@@ -155,6 +155,10 @@ export const useTabStore = defineStore('tab-store', {
|
||||
this.clearTab(excludes);
|
||||
}
|
||||
},
|
||||
/** 清除所有多页签 */
|
||||
clearAllTab() {
|
||||
this.clearTab();
|
||||
},
|
||||
/**
|
||||
* 点击单个tab
|
||||
* @param fullPath - 路由fullPath
|
||||
|
Reference in New Issue
Block a user