Sfoglia il codice sorgente

:bug: export sort type helper

tags/0.9.0
J 4 anni fa
parent
commit
4ee2bf7880
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      vue-theme/src/components/navigation/navigation.vue

+ 2
- 1
vue-theme/src/components/navigation/navigation.vue Vedi File

@@ -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
         }

Loading…
Annulla
Salva