Skip to content

Commit 218e80a

Browse files
committed
feat: add build banner to default layout
1 parent 8087ec4 commit 218e80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/default.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="bg-gray">
3+
<buildInfoBanner v-if="this.$config.TARGET_ENV==='development'"/>
34
<TheHeader />
45
<Nuxt />
56
<TheFooter />

0 commit comments

Comments
 (0)