歓迎ページでバナー画像が表示されない問題を修正 (#7559)

* 歓迎ページでバナー画像が表示されない問題

* revert

* 背景画像設定オプションを追加
This commit is contained in:
NoriDev
2021-06-08 12:17:17 +09:00
committed by GitHub
parent 22bbee1fa3
commit a2b8097b4b
3 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
<template>
<div class="xfbouadm" v-if="meta" :style="{ backgroundImage: `url(${ meta.backgroundImageUrl })` }">
</div>
<div class="xfbouadm" v-if="meta" :style="{ backgroundImage: `url(${ meta.backgroundImageUrl })` }"></div>
</template>
<script lang="ts">