webpack prod removes console.log, + minor adjustments

This commit is contained in:
2020-10-23 11:08:47 +02:00
parent 24caaf7bb2
commit 456ed221d8
8 changed files with 85 additions and 14 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
<h1>{{ data.Name }}</h1>
</header>
<section>
<div v-if="data.Text" class="text">
{{ data.Text }}
<div v-if="data.Text2" class="text">
{{ data.Text2 }}
</div>
<div v-if="data.Vimeo" class="vimeo" v-html="data.Vimeo.html"/>
<ul v-if="data.Media && data.Media.length">
+2 -2
View File
@@ -139,10 +139,10 @@ export default {
// console.log('this.data.country.id', parseInt(this.data.country.id))
switch (parseInt(this.data.country.id)) {
case 1:
this.face = 'right'
this.face = 'back'
break
case 2:
this.face = 'back'
this.face = 'right'
break
case 3:
this.face = 'left'