ソースを参照

: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
 

読み込み中…
キャンセル
保存