Skip to content

Commit f6725f8

Browse files
authored
docs: add @formily/antdv link (#5092)
1 parent 2213d0e commit f6725f8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README-zh_CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ $ yarn add ant-design-vue
6565
| [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) | ant-design-vue 的 vscode 扩展 |
6666
| [vue-cli-plugin-ant-design](https://github.com/vueComponent/vue-cli-plugin-ant-design) | 使用 vue-cli3 快速使用 ant-design-vue 组件库 |
6767
| [vue-dash-event](https://github.com/vueComponent/vue-dash-event) | 在 DOM 模板中,您可以使用 ant-design-vue 组件的自定义事件(camelCase) |
68+
| [@formily/antdv](https://github.com/formilyjs/antdv) | 这是一个结合了 Formily 和 ant-design-vue 的组件库 |
6869

6970
## 问答
7071

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ If you are in a bad network environment,you can try other registries and tools
6565
| [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) | A vscode extension for ant-design-vue |
6666
| [vue-cli-plugin-ant-design](https://github.com/vueComponent/vue-cli-plugin-ant-design) | Vue-cli 3 plugin to add ant-design-vue |
6767
| [vue-dash-event](https://github.com/vueComponent/vue-dash-event) | The library function, implemented in the DOM template, can use the custom event of the ant-design-vue component (camelCase) |
68+
| [@formily/antdv](https://github.com/formilyjs/antdv) | The Library with Formily and ant-design-vue |
6869

6970
## Donation
7071

site/src/layouts/Footer.vue

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
<div>
7373
<a href="https://vitejs.dev/" target="_blank">Vite</a>
7474
</div>
75+
<div>
76+
<a href="https://antdv.formilyjs.org/" target="_blank">@formily/antdv</a>
77+
</div>
7578
<div v-if="showPpy()">
7679
<a href="https://www.pengpengyu.com/" target="_blank">砰砰鱼</a>
7780
</div>

0 commit comments

Comments
 (0)