We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22bd6d commit 88858c8Copy full SHA for 88858c8
2 files changed
web/pages/index.vue
@@ -3,6 +3,7 @@
3
<Map />
4
<template #fallback>
5
<div class="fallback">
6
+ <Navbar :public="false"/>
7
<article>
8
<h1>MapLineDraw</h1>
9
<p>Sketch corridors of railway lines or roads on an interactive map.<br>
web/pages/projects/[id].vue
@@ -2,8 +2,9 @@
2
<template v-if="status == 'success' && project">
<ClientOnly fallbackTag="main">
<Map :public="true" :publicProjectData="project"/>
- <template >
+ <template #fallback>
+ <Navbar :public="true"/>
10
0 commit comments