web/frpc&frps: support dark mode (#3327)

This commit is contained in:
fatedier
2023-02-22 14:15:21 +08:00
committed by GitHub
parent 2f59e967a0
commit 31f40aa913
19 changed files with 224 additions and 127 deletions

View File

@@ -16,6 +16,7 @@ declare module '@vue/runtime-core' {
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRow: typeof import('element-plus/es')['ElRow']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTag: typeof import('element-plus/es')['ElTag']