Skip to content

Commit 8bd6909

Browse files
committed
refactor: Tab and dashboard update
1 parent 3d615ed commit 8bd6909

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/dashboard/components/sq-tab

1 file changed

+1
-1
lines changed

frontend/src/views/dashboard/components/sq-tab/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const { configItem } = toRefs(props)
5555
5656
const state = reactive({
5757
activeTabName: '',
58-
curItem: {},
58+
curItem: { title: '' },
5959
textarea: '',
6060
dialogVisible: false,
6161
tabShow: true,

0 commit comments

Comments
 (0)