gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
@@ -1,14 +1,14 @@
import type { Component, VNode } from 'vue';
import type { Recordable } from '..\..\..\..\base\typings\src';
import type { Recordable } from '../../../../base/typings/src';
import type { AlertProps, BeforeCloseScope, PromptProps } from './alert';
import { h, nextTick, ref, render } from 'vue';
import { useSimpleLocale } from '..\..\..\..\composables\src';
import { Input, VbenRenderContent } from '..\..\..\shadcn-ui\src';
import { isFunction, isString } from '..\..\..\..\base\shared\src\utils';
import { useSimpleLocale } from '../../../../composables/src';
import { Input, VbenRenderContent } from '../../../shadcn-ui/src';
import { isFunction, isString } from '../../../../base/shared/src/utils';
import Alert from './alert.vue';