소스 검색

:bug: missing declaration for type check on single oops

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

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

@@ -47,7 +47,7 @@ import breadcrumb from '@/components/breadcrumb'
47 47
 
48 48
 import { postTypeGetters, scrollTop, heroUtils } from './mixin-post-types'
49 49
 
50
-import { convertTitleCase, formatDate } from '@/utils/helpers'
50
+import { postTypes, convertTitleCase, formatDate } from '@/utils/helpers'
51 51
 
52 52
 const TIMEOUT = 1
53 53
 

Loading…
취소
저장