소스 검색

Fixed typo

tags/0.9.0
Alej 4 년 전
부모
커밋
39387aff2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue 파일 보기

@@ -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…
취소
저장