瀏覽代碼

:bug: export sort type helper

tags/0.9.0
J 4 年之前
父節點
當前提交
4ee2bf7880
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      vue-theme/src/components/navigation/navigation.vue

+ 2
- 1
vue-theme/src/components/navigation/navigation.vue 查看文件

34
 </template>
34
 </template>
35
 
35
 
36
 <script>
36
 <script>
37
-import { postTypes } from '@/utils/helpers'
37
+import { postTypes, sortTypes } from '@/utils/helpers'
38
 import { computed } from '@vue/runtime-core'
38
 import { computed } from '@vue/runtime-core'
39
 
39
 
40
 export default {
40
 export default {
68
         }
68
         }
69
         
69
         
70
         return {
70
         return {
71
+            sortTypes,
71
             menuItems,
72
             menuItems,
72
             uncheck
73
             uncheck
73
         }
74
         }

Loading…
取消
儲存