Browse Source

docs: add @formily/antdv link (#5093)

pull/5142/head
zhouxinyong 3 years ago committed by GitHub
parent
commit
115ca4d8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README-zh_CN.md
  2. 1
      README.md
  3. 5
      antdv-demo/components/footer.vue

1
README-zh_CN.md

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

1
README.md

@ -80,6 +80,7 @@ If you are in a bad network environment,you can try other registries and tools
| [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 |
| [vue-cli-plugin-ant-design](https://github.com/vueComponent/vue-cli-plugin-ant-design) | Vue-cli 3 plugin to add ant-design-vue |
| [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) |
| [@formily/antdv](https://github.com/formilyjs/antdv) | The Library with Formily and ant-design-vue |
## Donation

5
antdv-demo/components/footer.vue

@ -90,6 +90,11 @@ export default {
Vue CLI
</a>
</div>
<div>
<a href="https://antdv.formilyjs.org/" target="_blank">
@formily/antdv
</a>
</div>
{showPpy && (
<div>
<a href="https://www.pengpengyu.com/" target="_blank">

Loading…
Cancel
Save