浏览代码

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