|
@@ -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() {}, //生命周期 - 更新之前
|