Vincent před 1 rokem
rodič
revize
815321d92f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',
   }
 })