Browse Source
* Initial plan * fix: replace ant-design-vue with tdesign components Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com> * fix: remove trailing comma in package.json Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>pull/6836/head
committed by
GitHub
9 changed files with 36 additions and 49 deletions
@ -0,0 +1,9 @@ |
|||||
|
import { |
||||
|
DialogPlugin, |
||||
|
MessagePlugin, |
||||
|
NotificationPlugin, |
||||
|
} from 'tdesign-vue-next'; |
||||
|
|
||||
|
export const message = MessagePlugin; |
||||
|
export const notification = NotificationPlugin; |
||||
|
export const dialog = DialogPlugin; |
||||
Loading…
Reference in new issue