fix(copyright): update image path

This commit is contained in:
Julien
2018-09-10 00:06:09 +02:00
parent 45aa71cdc6
commit dc825c1ac1
7 changed files with 17 additions and 7 deletions

View File

@@ -10,7 +10,10 @@ a(
)
span.c-the-copyright__name By LeCoupa
span.c-the-copyright__picture
img(
:src="baseUrl + '/images/common/lecoupa.jpg'"
class="c-the-copyright__picture"
)
</template>
<!-- *************************************************************************
@@ -19,6 +22,13 @@ a(
<script>
export default {
data() {
return {
// --> STATE <--
baseUrl: process.env.baseUrl
};
},
methods: {
onClick() {
console.log("onClick");