Browse Source

:bug: missing declaration for type check on single oops

tags/0.9.0
J 4 years ago
parent
commit
657c85c5df
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue-theme/src/pages/single.vue

+ 1
- 1
vue-theme/src/pages/single.vue View File

@@ -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…
Cancel
Save