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
"nuxt": "^3.8.2" "@ant-design-vue/nuxt": "^1.2.0"
app.vue里面添加
<script lang="ts" setup> const handleMessage = () => { message.info("This is a normal message"); }; </script> <template> <a-button @click="handleMessage"> button </a-button> </template>
点击按钮时,控制台会报一个错
The text was updated successfully, but these errors were encountered:
包裹一层config-provider试一下
Sorry, something went wrong.
update 4.0.8
感谢
Successfully merging a pull request may close this issue.
app.vue里面添加
点击按钮时,控制台会报一个错

The text was updated successfully, but these errors were encountered: