fix: fix build error

This commit is contained in:
Li Kui
2025-11-06 15:26:24 +08:00
parent 57620dc2ea
commit bd8ff73f9e
6 changed files with 11 additions and 8 deletions

View File

@@ -1,9 +1,5 @@
import {
DialogPlugin,
MessagePlugin,
NotificationPlugin,
export {
DialogPlugin as dialog,
MessagePlugin as message,
NotifyPlugin as notification,
} from 'tdesign-vue-next';
export const message = MessagePlugin;
export const notification = NotificationPlugin;
export const dialog = DialogPlugin;