Fix: dockge cannot be self-managed (#171)

This commit is contained in:
Louis Lam
2023-11-25 01:02:04 +08:00
committed by GitHub
parent 47435d41cd
commit 45ab36db98
2 changed files with 6 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ declare module 'vue' {
ArrayInput: typeof import('./src/components/ArrayInput.vue')['default']
ArraySelect: typeof import('./src/components/ArraySelect.vue')['default']
BDropdown: typeof import('bootstrap-vue-next')['BDropdown']
BDropdownDivider: typeof import('bootstrap-vue-next')['BDropdownDivider']
BDropdownItem: typeof import('bootstrap-vue-next')['BDropdownItem']
BModal: typeof import('bootstrap-vue-next')['BModal']
Confirm: typeof import('./src/components/Confirm.vue')['default']