You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can then import 'ant-design-vue' components directly in your code, and the plugin will automatically convert your code to 'import {Button} from 'ant-design-vue''.
131
+
132
+
```jsx
133
+
import { Button } from'ant-design-vue';
134
+
```
135
+
101
136
## Links
102
137
103
138
-[Home Page](https://www.antdv.com/)
@@ -122,7 +157,7 @@ As we all know, Ant Design, as a design language, has gone through many years of
122
157
123
158
The ant-design-vue is the Vue implementation of Ant Design. The style of the component is kept in sync with Ant Design. The html structure and css style of the component are also consistent. The style 0 modification is really achieved, and the component API is kept as consistent as possible.
124
159
125
-
Ant Design Vue is committed to providing programmers with a **pleasant** development experience.
160
+
Ant Design Vue is committed to providing programmers with a **pleasant** development experience.
0 commit comments