liupeng 3 năm trước cách đây
mục cha
commit
d356392656
3 tập tin đã thay đổi với 1032 bổ sung1345 xóa
  1. 1030 1335
      public/index.html
  2. 1 10
      src/App.vue
  3. 1 0
      src/component/Header/index.vue

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1030 - 1335
public/index.html


+ 1 - 10
src/App.vue

@@ -1,9 +1,4 @@
 <template>
 <template>
-  <div class="container">
-    <div class="contain">
-      <Header></Header>
-    </div>
-  </div>
 </template>
 </template>
 
 
 <script>
 <script>
@@ -11,12 +6,8 @@ import Header from './component/Header'
 export default {
 export default {
   data() {
   data() {
     return {
     return {
-      num: 123456
     }
     }
   },
   },
-  components:{
-    Header
-  }
-
+  name:Desktop,
 }
 }
 </script>
 </script>

+ 1 - 0
src/component/Header/index.vue

@@ -1,4 +1,5 @@
 <template>
 <template>
+    <!-- 头部 -->
     <div class="taskbar-wrapper">
     <div class="taskbar-wrapper">
         <div class="taskbar-left-wrapper">
         <div class="taskbar-left-wrapper">
             <div class="show-all-button" aria-label="显示桌面"></div>
             <div class="show-all-button" aria-label="显示桌面"></div>