guhongwei 3 년 전
부모
커밋
d39110a658
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/index.vue

+ 3 - 1
src/views/index.vue

@@ -1,7 +1,9 @@
 <template>
   <div id="index">
     <el-row>
-      <el-col :span="24" class="main"> test </el-col>
+      <el-col :span="24" class="main">
+        1111
+      </el-col>
     </el-row>
   </div>
 </template>