Xiao_123 hace 1 año
padre
commit
7024319689
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/layout/index.vue

+ 2 - 2
src/layout/index.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
-  <div class="parent">
-    <Headers class="headers" @click="layoutClick"></Headers>
+  <div class="parent" @click="layoutClick">
+    <Headers class="headers"></Headers>
     <div style="margin-top: 50px;">
     <div style="margin-top: 50px;">
       <router-view></router-view>
       <router-view></router-view>
     </div>
     </div>