mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
去除多余的代码
This commit is contained in:
@@ -7,9 +7,6 @@ import store from './store'
|
|||||||
const { global: globalTheme } = useTheme()
|
const { global: globalTheme } = useTheme()
|
||||||
globalTheme.name.value = localStorage.getItem('theme') || 'light'
|
globalTheme.name.value = localStorage.getItem('theme') || 'light'
|
||||||
|
|
||||||
// 路由
|
|
||||||
const route = useRoute()
|
|
||||||
|
|
||||||
// 提示框
|
// 提示框
|
||||||
const $toast = useToast()
|
const $toast = useToast()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user