UNPKG
mt-ui-components-vue3
Version:
latest (1.0.0)
1.0.0
玛果添实UI组件库(Vue3)
mt-ui-components-vue3
/
es
/
Notification
/
index.js
3 lines
•
117 B
JavaScript
View Raw
1
2
3
import
{ notification }
from
'ant-design-vue'
;
export
var
JNotification
= notification;
export
default
JNotification
;