ソースを参照

fix code style

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',
   }
 })