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
 }
-</style>
+</style>
\ 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
 }
 ]);