官网:Ant Design Vue — An enterprise-class UI components based on Ant Design and Vue.js
我图方便,直接在 app.vue 中加入的
<div class="app-content" v-bind:class="appOption.appContentClass">
<a-config-provider
:theme="{
token: {
colorPrimary: '#3cd2a5',
},
}"
>
<router-view></router-view>
</a-config-provider>
</div>