Skip to content

Commit

Permalink
改了访问地址
Browse files Browse the repository at this point in the history
  • Loading branch information
yayaluoya committed Jan 3, 2025
1 parent b31597c commit d7563c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

拖动式的生成动态表单,而且通过 typescript 面向对象开发的,能非常方便的扩展控件,内部 ui 使用的 naive-ui 库,所以能非常方便的定制主题。

demo https://vue3-dynamic-form.yayaluoya.sbs/
demo https://vue3-dynamic-form.dumogu.top/

#### 安装使用

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
link: /install
- theme: alt
text: 试一试
link: https://vue3-dynamic-form.yayaluoya.sbs
link: https://vue3-dynamic-form.dumogu.top
---

#### 主题定制
Expand Down
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default defineComponent({
</NFlex>
<NFlex align="center">
<NTag type="success">vue3+ts+naive-ui</NTag>
<a href="https://vue3-dynamic-form-docs.yayaluoya.sbs/" target="_blank"
<a href="https://vue3-dynamic-form-docs.dumogu.top/" target="_blank"
><NText>文档</NText></a
>
<a
Expand Down

0 comments on commit d7563c7

Please sign in to comment.