fix: active item

This commit is contained in:
Qiuxia Fan 2022-03-03 16:07:42 +08:00
parent 4e80925745
commit 6014e998d0

View File

@ -164,6 +164,7 @@ export default defineComponent({
() => dashboardStore.activedGridItem,
(data) => {
if (!data) {
activeTabWidget.value = "";
return;
}
const i = data.split("-");