guhongwei 3 years ago
parent
commit
d39110a658
1 changed files with 3 additions and 1 deletions
  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>