mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-16 01:31:22 +10:00
feat: finish big picture navigation
This commit is contained in:
@ -43,9 +43,7 @@ router.beforeEach(async () => {
|
||||
});
|
||||
|
||||
const rootNode = ref<HTMLElement>();
|
||||
onMounted(() => {
|
||||
const navigator = createTVNavigator(rootNode);
|
||||
});
|
||||
const navigator = createTVNavigator(rootNode);
|
||||
|
||||
setupHooks();
|
||||
initialNavigation(state);
|
||||
|
||||
Reference in New Issue
Block a user