mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 10:25:47 +03:00
Update App.vue
This commit is contained in:
parent
3c8c0e7d54
commit
e1a9622da9
1 changed files with 1 additions and 4 deletions
|
@ -11,10 +11,7 @@ import { useNavbarStore } from '@/stores/navbar.ts'
|
|||
import { usePreferenceStore } from '@/stores/preferences'
|
||||
import { useVueTorrentStore } from '@/stores/vuetorrent'
|
||||
|
||||
import { computed, onBeforeMount, watch } from 'vue'
|
||||
import { useRoute, useRouter } from 'vue-router'
|
||||
|
||||
const route = useRoute()
|
||||
import { onBeforeMount, watch } from 'vue'
|
||||
|
||||
const authStore = useAuthStore()
|
||||
const appStore = useAppStore()
|
||||
|
|
Loading…
Reference in a new issue