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
import { useMessage } from "@/uni_modules/wot-design-uni"; import { useMessage } from "wot-design-uni";
import { useMessage } from "@/uni_modules/wot-design-uni";
import { useMessage } from "wot-design-uni";
神奇的是 都可以显示 只不过前者可以触发按钮的回调 但是后者触发不了 <wd-message-box></wd-message-box> 如果加上了这个 会触发两次? 还麻烦大佬看下具体是怎么回事?
<wd-message-box></wd-message-box>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report(问题描述)
import { useMessage } from "@/uni_modules/wot-design-uni";
import { useMessage } from "wot-design-uni";
神奇的是 都可以显示
只不过前者可以触发按钮的回调 但是后者触发不了
<wd-message-box></wd-message-box>
如果加上了这个 会触发两次?
还麻烦大佬看下具体是怎么回事?
The text was updated successfully, but these errors were encountered: