From d7563c7ce0ee33d81144c548e2e33583cc15a5a4 Mon Sep 17 00:00:00 2001 From: YAYALUOYA Date: Fri, 3 Jan 2025 10:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E8=AE=BF=E9=97=AE=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/index.md | 2 +- src/views/HomeView.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8fa62d..cbdac36 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 拖动式的生成动态表单,而且通过 typescript 面向对象开发的,能非常方便的扩展控件,内部 ui 使用的 naive-ui 库,所以能非常方便的定制主题。 -demo https://vue3-dynamic-form.yayaluoya.sbs/ +demo https://vue3-dynamic-form.dumogu.top/ #### 安装使用 diff --git a/docs/index.md b/docs/index.md index 8fb4f34..03d6da3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ hero: link: /install - theme: alt text: 试一试 - link: https://vue3-dynamic-form.yayaluoya.sbs + link: https://vue3-dynamic-form.dumogu.top --- #### 主题定制 diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 8651564..067ea28 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -94,7 +94,7 @@ export default defineComponent({ vue3+ts+naive-ui - 文档