diff --git a/src/components/Description/src/useDescription.ts b/src/components/Description/src/useDescription.ts index b8ff011e..b2530750 100644 --- a/src/components/Description/src/useDescription.ts +++ b/src/components/Description/src/useDescription.ts @@ -10,7 +10,7 @@ export function useDescription(props?: Partial): UseDescReturn const loaded = ref(false) function register(instance: DescInstance) { - if (unref(loaded) && isProdMode()) + if (unref(loaded) && isProdMode() && instance == unref(desc)) return desc.value = instance