Переглянути джерело

: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
 

Завантаження…
Відмінити
Зберегти