🐛 修复加载缓存时报错.

This commit is contained in:
lijiahang
2024-08-28 10:46:06 +08:00
parent a0adb415fa
commit b8599a6693
3 changed files with 46 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
export default {
mounted(el: HTMLElement) {
// 聚焦元素
el.focus();
},
};