Ver código fonte

Fixed typo

tags/0.9.0
Alej 4 anos atrás
pai
commit
39387aff2f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      vue-theme/src/pages/list.vue

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

@@ -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 }

Carregando…
Cancelar
Salvar