ソースを参照

update 重构友情链接

15724580513 5 年 前
コミット
40cbaf8c59
1 ファイル変更4 行追加4 行削除
  1. 4 4
      src/views/think/youqinglianjie/components/myTable.vue

+ 4 - 4
src/views/think/youqinglianjie/components/myTable.vue

@@ -64,11 +64,11 @@
 <script>
     export default {
         name:     'Table',
-        props: {
+        props:    {
             data: {
-                type: Array,
-                default: () => []
-            }
+                type:    Array,
+                default: () => [],
+            },
         },
         computed: {
             tableData() {