Procházet zdrojové kódy

:bug: export sort type helper

tags/0.9.0
J před 4 roky
rodič
revize
4ee2bf7880

+ 2
- 1
vue-theme/src/components/navigation/navigation.vue Zobrazit soubor

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

Načítá se…
Zrušit
Uložit