Skip to content

Commit e5b924b

Browse files
committed
feat(frontend): 工具箱支持资源池协议变更_mysql替换proxy #8076
1 parent 4bf3916 commit e5b924b

File tree

1 file changed

+0
-4
lines changed
  • dbm-ui/frontend/src/components/editable-table/edit

1 file changed

+0
-4
lines changed

dbm-ui/frontend/src/components/editable-table/edit/Input.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
4444
const emits = defineEmits<Emits>();
4545
46-
const slots = defineSlots<{
47-
append?: () => VNode;
48-
}>();
49-
5046
const modelValue = defineModel<string>();
5147
5248
const slots = defineSlots<{

0 commit comments

Comments
 (0)