研发图纸文件管理系统-前端项目
修复:切换语言时浏览器页签标题语言不改变的问题;:bug:
fix: the problem that the title language of the browser tab does not change when switching languages;
1个文件已修改
1 ■■■■ 已修改文件
src/App.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -31,6 +31,7 @@
    },
    lang(val) {
      this.setLanguage(val)
      this.setHtmlTitle()
    },
    $route() {
      this.setHtmlTitle()