fix: remove name (#276)
This commit is contained in:
parent
d662a0fb54
commit
372aee2eb6
|
@ -116,7 +116,6 @@ export const RespFields: Indexable = {
|
|||
type
|
||||
results {
|
||||
metric {
|
||||
name
|
||||
labels {
|
||||
key
|
||||
value
|
||||
|
|
|
@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
|
|||
ElMenuItemGroup: typeof import('element-plus/es')['ElMenuItemGroup']
|
||||
ElOption: typeof import('element-plus/es')['ElOption']
|
||||
ElPagination: typeof import('element-plus/es')['ElPagination']
|
||||
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
|
||||
ElPopover: typeof import('element-plus/es')['ElPopover']
|
||||
ElProgress: typeof import('element-plus/es')['ElProgress']
|
||||
ElRadio: typeof import('element-plus/es')['ElRadio']
|
||||
|
|
Loading…
Reference in New Issue