fix: 修复按 ESC 退出全屏后,工具栏按钮文案展示问题 (#437)

* fix: 修复按ESC退出全屏后,工具栏按钮文案展示问题
This commit is contained in:
88-debug
2023-02-11 19:48:49 +08:00
committed by GitHub
parent 7892c9c600
commit c73f9acbac

View File

@@ -490,6 +490,11 @@ watch([route], () => {
dynamicTagView();
});
watch(isFullscreen, () => {
tagsViews[6].icon = Fullscreen;
tagsViews[6].text = $t("buttons.hswholeFullScreen");
});
onMounted(() => {
useResizeObserver(
scrollbarDom,