diff --git a/apps/web-antd/src/components/description/src/useDescription.ts b/apps/web-antd/src/components/description/src/useDescription.ts index 3e8251b3..99abd52a 100644 --- a/apps/web-antd/src/components/description/src/useDescription.ts +++ b/apps/web-antd/src/components/description/src/useDescription.ts @@ -18,7 +18,7 @@ export function useDescription( const loaded = ref(false); function register(instance: DescInstance) { - if (unref(loaded) && import.meta.env.PROD) { + if (unref(loaded)) { return; } desc.value = instance;