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">