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.11.2", "vue": "^3.4.21", "@vant/nuxt": "^1.0.4"
van-button 可以正常渲染,点击事件无效 van-list 直接渲染失败
nuxt.config.ts export default defineNuxtConfig({ modules: ['@vant/nuxt'], })
配置如上
The text was updated successfully, but these errors were encountered:
无法复现,可以提供一个可以复现的示例
Sorry, something went wrong.
No branches or pull requests
环境
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"@vant/nuxt": "^1.0.4"
van-button 可以正常渲染,点击事件无效
van-list 直接渲染失败
nuxt.config.ts
export default defineNuxtConfig({
modules: ['@vant/nuxt'],
})
配置如上
The text was updated successfully, but these errors were encountered: