Files
speckle-server/packages/frontend-2/pages/projects/[id]/index/index.vue
T
Kristaps Fabians Geikins 32a5a36ae3 feat(fe2): project tabs synced w/ URL + various hydration mismatch fixes (#2149)
* WIP project tabs + resolved various hydration mismatches

* hydration mismatch workaround

* getting rid if old pages

* fixed page tab underlines

* minor cleanup

* support trailing slash

* a few viewer bugfixes
2024-03-21 12:18:00 +02:00

6 lines
69 B
Vue

<template>
<div>
<ProjectPageModelsTab />
</div>
</template>