fix(editor): Use web native <a> element in nav menus (#8385)

This commit is contained in:
Tomi Turtiainen
2024-01-19 12:52:39 +02:00
committed by GitHub
parent 6fcf5ddcdd
commit e606e841ee
22 changed files with 343 additions and 289 deletions

View File

@@ -31,6 +31,7 @@ vi.mock('@/stores/ui.store', () => {
});
vi.mock('vue-router', () => ({
useRoute: () => ({}),
RouterLink: vi.fn(),
}));
const TestComponent = defineComponent({