docs(app): add banner

This commit is contained in:
Benjamin Canac
2025-03-19 13:07:26 +01:00
parent ee373629d5
commit 5a864e8d6f
3 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<div>
<NuxtLoadingIndicator />
<!-- <Banner v-if="!$route.path.startsWith('/examples')" /> -->
<Banner v-if="!$route.path.startsWith('/examples')" />
<Header v-if="!$route.path.startsWith('/examples')" :links="links" />