mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: active widget on the tab
This commit is contained in:
@@ -55,6 +55,7 @@ export default defineComponent({
|
||||
dashboardStore.setLayout(newLayout);
|
||||
}
|
||||
function clickGrid(item: LayoutConfig) {
|
||||
console.log(item);
|
||||
dashboardStore.activeGridItem(item.i);
|
||||
}
|
||||
return {
|
||||
|
Reference in New Issue
Block a user