Vincent 1 год назад
Родитель
Сommit
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',
   }
 })