Merge pull request #76 from 2311719626/fix/remove-unused-watch-import
fix(frontend): 移除 useTheme 中未使用的 watch 导入
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { ref, watch, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
|
|
||||||
export type Theme = 'light' | 'dark'
|
export type Theme = 'light' | 'dark'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user