Skip to content

Commit

Permalink
fix(frontend): 人工确认问题修复 TencentBlueKing#8288
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia committed Nov 29, 2024
1 parent 71ae4a4 commit 3b3ccf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbm-ui/frontend/src/components/editable-info/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
v-overflow-tips
class="base-info__value text-overflow">
<Component
:is="config.render(data)"
:is="config.render"
v-if="config.render" />
<template v-else>{{ data[config.key] || '--' }}</template>
</span>
Expand Down
2 changes: 1 addition & 1 deletion dbm-ui/frontend/src/types/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}

0 comments on commit 3b3ccf3

Please sign in to comment.