shaogen1995 %!s(int64=2) %!d(string=hai) anos
pai
achega
8555968524
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      web/src/views/Search/index.vue

+ 4 - 4
web/src/views/Search/index.vue

@@ -182,10 +182,10 @@ export default {
       `You've reached the Search page. This page contains one navigation section, five window sections, and one interactive section. To choose an section, please hit the shortcut key.`
     );
     // 输入框获取焦点
-    this.$nextTick(()=>{
-      document.querySelector('.searchWord').focus()
-    })
-      },
+    this.$nextTick(() => {
+      document.querySelector(".searchWord").focus();
+    });
+  },
   beforeCreate() {}, //生命周期 - 创建之前
   beforeMount() {}, //生命周期 - 挂载之前
   beforeUpdate() {}, //生命周期 - 更新之前