Merge pull request #76 from 2311719626/fix/remove-unused-watch-import

fix(frontend): 移除 useTheme 中未使用的 watch 导入
This commit is contained in:
Wonder
2026-07-15 17:39:27 +08:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
import { ref, watch, onMounted } from 'vue'
import { ref, onMounted } from 'vue'
export type Theme = 'light' | 'dark'