feat:cancel selected widgets

This commit is contained in:
Qiuxia Fan
2022-01-10 15:41:53 +08:00
parent cce5a8826c
commit 74401f4e79
3 changed files with 27 additions and 9 deletions

View File

@@ -55,7 +55,6 @@ export default defineComponent({
dashboardStore.setLayout(newLayout);
}
function clickGrid(item: LayoutConfig) {
console.log(item);
dashboardStore.activeGridItem(item.i);
}
return {