We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8087ec4 commit 218e80aCopy full SHA for 218e80a
layouts/default.vue
@@ -1,5 +1,6 @@
1
<template>
2
<div class="bg-gray">
3
+ <buildInfoBanner v-if="this.$config.TARGET_ENV==='development'"/>
4
<TheHeader />
5
<Nuxt />
6
<TheFooter />
0 commit comments