This commit is contained in:
timothypidashev
2021-07-15 04:24:38 +00:00
parent b16dd09fbd
commit 551e6cbd0e
2 changed files with 37 additions and 19 deletions

View File

@@ -1,14 +0,0 @@
<template>
<div>
<div class="backgroundImage" :style="{ backgroundImage: `url(${backgroundImagePath})` }">
</div>
</template>
<script>
import backgroundImagePath from '~/assets/background.jpg'
export default {
data() {
return { backgroundImagePath }
}
}
</script>