feat(projects): 多页签绑定路由

This commit is contained in:
Soybean
2021-09-17 19:50:24 +08:00
parent eec0b36f59
commit f29bc05dd9
13 changed files with 195 additions and 65 deletions

View File

@ -97,7 +97,7 @@ const themeStore = defineStore({
this.multiTabStyle.height = height;
}
},
/** 设置多签的显示 */
/** 设置多签的显示 */
handleMultiTabVisible(visible: boolean) {
this.multiTabStyle.visible = visible;
},