10 lines
214 B
TypeScript
10 lines
214 B
TypeScript
|
|
import {
|
||
|
|
DialogPlugin,
|
||
|
|
MessagePlugin,
|
||
|
|
NotificationPlugin,
|
||
|
|
} from 'tdesign-vue-next';
|
||
|
|
|
||
|
|
export const message = MessagePlugin;
|
||
|
|
export const notification = NotificationPlugin;
|
||
|
|
export const dialog = DialogPlugin;
|