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>