mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-16 14:13:46 +08:00
增加tabsView关闭信号
This commit is contained in:
@@ -497,6 +497,16 @@
|
||||
observer.listenTo(navWrap.value, handleResize);
|
||||
}
|
||||
|
||||
watch(
|
||||
() => tabsViewStore.signal,
|
||||
(key) => {
|
||||
if (key != '') {
|
||||
closeHandleSelect(key);
|
||||
tabsViewStore.closeSignal('');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
return {
|
||||
...toRefs(state),
|
||||
navWrap,
|
||||
|
||||
Reference in New Issue
Block a user