Explorar el Código

Fixed typo

tags/0.9.0
Alej hace 4 años
padre
commit
39387aff2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Ver fichero

@@ -127,7 +127,7 @@ export default {
127 127
                 JSON.parse(page.hero).url
128 128
             ) {
129 129
                 json = JSON.parse(page.hero)
130
-                heson.heroType = 'video'
130
+                json.heroType = 'video'
131 131
             }
132 132
             // No featured or youTube
133 133
             if (!json.url) { json.heroType = null }

Loading…
Cancelar
Guardar