Explorar o código

webpack compile warnings

bach %!s(int64=2) %!d(string=hai) anos
pai
achega
cae01c650b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/pages/Edition.vue

+ 2 - 2
src/pages/Edition.vue

@@ -14,10 +14,10 @@
         <router-link :to="{ name:'edition', params: { id: editionid }}">{{ title }}</router-link>
       </h1>
       <div v-if="author">
-        <p>{{author}}</p>
+        <p>{{ author }}</p>
       </div>
       <div v-if="date">
-        <p>{{date}}</p>
+        <p>{{ date }}</p>
       </div>
       <div v-if="description">
         <p v-html="description" />