guhongwei 5 năm trước cách đây
mục cha
commit
894b524985
2 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 4 4
      src/views/detail/detail.vue
  2. 4 4
      src/views/list/list.vue

+ 4 - 4
src/views/detail/detail.vue

@@ -43,10 +43,10 @@ import footDown from '../../layout/index/foot.vue';
 export default {
   name: 'detial',
   props: {
-    topInfo: null,
-    mainLeftList: null,
-    contentList: null,
-    downList: null,
+    topInfo: null,//头部
+    mainLeftList: null,//主体左侧导航
+    contentList: null,//主体右侧内容
+    downList: null,//底部
   },
   components: {
     top,

+ 4 - 4
src/views/list/list.vue

@@ -43,10 +43,10 @@ import footDown from '../../layout/index/foot.vue';
 export default {
   name: 'list',
   props: {
-    topInfo: null,
-    mainLeftList: null,
-    mainRightList: null,
-    downList: null,
+    topInfo: null,//头部
+    mainLeftList: null,//主体左侧导航
+    mainRightList: null,//主体右侧导航
+    downList: null,//底部
   },
   components: {
     top,