We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198748a commit b569e67Copy full SHA for b569e67
docs/vue/getting-started.en-US.md
@@ -41,6 +41,7 @@ $ npm i --save vue-antd-ui
41
import Vue from 'vue'
42
import Antd from 'vue-antd-ui'
43
import App from './App'
44
+import 'vue-antd-ui/dist/antd.css'
45
Vue.config.productionTip = false
46
47
Vue.use(Antd)
docs/vue/getting-started.zh-CN.md
@@ -44,6 +44,7 @@ $ npm i --save vue-antd-ui
48
49
50
0 commit comments