We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照官方示例 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里面
AT-UI: 1.3.1
可以引用到Notification、Dialog、Message组件
Vue.prototype.$Notify = Notification // null Vue.prototype.$Loading = LoadingBar Vue.prototype.$Modal = Dialog // null Vue.prototype.$Message = Message // null
不需要
The text was updated successfully, but these errors were encountered:
已经有同学提了 PR,只是还没有发版本
Sorry, something went wrong.
#67
No branches or pull requests
Steps to reproduce
按照官方示例 https://at-ui.github.io/at-ui/#/zh/docs/quickstart 引用单个组件,以下只有LoadingBar in exports,其它三个没办法以 import 方式从at-ui引用
我看了下,源代码里没有把那三个加到exports里面
Which browser?
AT-UI: 1.3.1
What is expected?
可以引用到Notification、Dialog、Message组件
What is actually happening?
Reproduction Link
不需要
The text was updated successfully, but these errors were encountered: