Vincent преди 1 година
родител
ревизия
815321d92f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      components/News/List.client.vue

+ 1 - 1
components/News/List.client.vue

@@ -107,7 +107,7 @@ const page: Ref<number> = ref(1)
 const query: ComputedRef<Record<string, string | number>> = computed(() => {
   return {
     page: page.value,
-    type: 'BUSINESS'
+    type: 'BUSINESS',
   }
 })