feat: index placeholder when connected

This commit is contained in:
2024-07-18 03:45:07 +08:00
parent d0bf0e5b07
commit 38cbb41bd1
3 changed files with 43 additions and 10 deletions

1
components.d.ts vendored
View File

@@ -26,6 +26,7 @@ declare module 'vue' {
TablerCaretDownFilled: typeof import('./src/components/icons/TablerCaretDownFilled.vue')['default']
TablerCaretUpFilled: typeof import('./src/components/icons/TablerCaretUpFilled.vue')['default']
TablerDeviceWatch: typeof import('./src/components/icons/TablerDeviceWatch.vue')['default']
TablerHeartbeat: typeof import('./src/components/icons/TablerHeartbeat.vue')['default']
TablerReload: typeof import('./src/components/icons/TablerReload.vue')['default']
}
}