From d9513b407277b57640bd66cf67d2a44d368c96a7 Mon Sep 17 00:00:00 2001 From: Youzi <2410633923@qq.com> Date: Sat, 30 Nov 2024 19:01:01 +0800 Subject: [PATCH] 11 --- package.json | 1 + src/views/login.vue | 3 ++- src/views/widget/index.vue | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 681cb4e..ca91f39 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "module": "dist/index.esm.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", + "packageManager":"yarn@1.22.22", "files": [ "dist" ], diff --git a/src/views/login.vue b/src/views/login.vue index bde706e..f66f545 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -267,5 +267,6 @@ function stepBack() { font-size: 12px; display: inline-block; margin-right: 6px; + // asda } - + \ No newline at end of file diff --git a/src/views/widget/index.vue b/src/views/widget/index.vue index 5baedb0..e3afde3 100644 --- a/src/views/widget/index.vue +++ b/src/views/widget/index.vue @@ -52,6 +52,13 @@ const widgets = ref([{ title: '汉语字典', desc: "汉语字典,初级版,期待升级。。。", show: true +}, +{ + name: 'test', + comp: null, + title: '', + desc: "", + show: true } ]);