update build/index.vue

This commit is contained in:
不做码农 2022-06-09 22:26:00 +08:00
parent ade0167ad3
commit f8f2392ff7

View File

@ -1,3 +1,15 @@
<template>
<div> 表单构建敬请期待... <svg-icon name="build" /> </div>
</template>
<div>
<svg-icon name="build" />
如有需要请前往
<a href="https://gitee.com/gavinzhulei/vue-form-making?_from=gitee_search" target="_blank">
https://gitee.com/gavinzhulei/vue-form-making?_from=gitee_search
</a>
自行集成
</div>
</template>
<style>
a {
color: aquamarine;
}
</style>