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
浏览器中审查元素,发现ant开头的class样式等都不生效,不知道为什么?代码如下:
nuxt.config.ts
export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ '@ant-design-vue/nuxt' ], })
package.json
{ "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare" }, "dependencies": { "nuxt": "^3.10.3", "vue": "^3.4.19", "vue-router": "^4.3.0" }, "devDependencies": { "@ant-design-vue/nuxt": "^1.4.1" } }
app.vue
<template> <div> <a-button> button </a-button> </div> </template>
The text was updated successfully, but these errors were encountered:
还需要安装ant-design-vue 文档中没有xie
Sorry, something went wrong.
No branches or pull requests
浏览器中审查元素,发现ant开头的class样式等都不生效,不知道为什么?代码如下:
nuxt.config.ts
package.json
app.vue
The text was updated successfully, but these errors were encountered: