fix: 处理切换语言,UI框架不会变的问题

This commit is contained in:
奔跑的面条
2022-11-05 15:23:01 +08:00
parent f6a4e87e05
commit afed1cb6b3
6 changed files with 52 additions and 12 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ export * from '@/hooks/useTheme.hook'
export * from '@/hooks/usePreviewScale.hook'
export * from '@/hooks/useCode.hook'
export * from '@/hooks/useChartDataFetch.hook'
export * from '@/hooks/useLifeHandler.hook'
export * from '@/hooks/useLifeHandler.hook'
export * from '@/hooks/useLang.hook'