[修改]修改部分组件名称

This commit is contained in:
zer0Black
2021-03-11 10:14:37 +08:00
parent 35eb1449d4
commit 2abbbef916
63 changed files with 92 additions and 95 deletions
@@ -1,17 +1,14 @@
<template>
<div class="footer">
<div class="links">
<a href="http://www.jeecg.com" target="_blank">JEECG 首页</a>
<a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">
<a-icon type="github"/>
</a>
<a href="http://www.hzwlsoft.com" target="_blank">JERO 首页</a>
<a href="https://ant.design/">Ant Design</a>
<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>
</div>
<div class="copyright">
Copyright
<a-icon type="copyright"/>
2019 <span>JEECG开源社区 出品</span>
2019 <span>hzwl&syxy</span>
</div>
</div>
</template>