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
直接使用antdv官方推荐的message hooks方法,发现页面一闪而过就白屏了。没有报错信息
The text was updated successfully, but these errors were encountered:
目前先采用用message api的调用方式
Sorry, something went wrong.
No branches or pull requests
直接使用antdv官方推荐的message hooks方法,发现页面一闪而过就白屏了。没有报错信息
<script setup lang="ts"> import {message} from 'ant-design-vue' const [messageApi, contextHolder] = message.useMessage(); const handleClick = () => { messageApi.info('test') router.push('/about') } </script> 按钮The text was updated successfully, but these errors were encountered: