Closed
Description
Steps to reproduce
按照官方示例 https://at-ui.github.io/at-ui/#/zh/docs/quickstart 引用单个组件,以下只有LoadingBar in exports,其它三个没办法以 import 方式从at-ui引用
import {
Notification,
Message,
LoadingBar,
Dialog
} from 'at-ui'
Vue.prototype.$Notify = Notification // null
Vue.prototype.$Loading = LoadingBar
Vue.prototype.$Modal = Dialog // null
Vue.prototype.$Message = Message // null
我看了下,源代码里没有把那三个加到exports里面
Which browser?
AT-UI: 1.3.1
What is expected?
可以引用到Notification、Dialog、Message组件
What is actually happening?
Vue.prototype.$Notify = Notification // null
Vue.prototype.$Loading = LoadingBar
Vue.prototype.$Modal = Dialog // null
Vue.prototype.$Message = Message // null
Reproduction Link
不需要
Metadata
Metadata
Assignees
Labels
No labels