Ver Fonte

fix code style

Vincent há 1 ano atrás
pai
commit
815321d92f
1 ficheiros alterados com 1 adições e 1 exclusões
  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',
   }
 })