index.vue 191 B

1234567891011
  1. <template>
  2. <div id="index">
  3. <el-row>
  4. <el-col :span="24" class="main"> test </el-col>
  5. </el-row>
  6. </div>
  7. </template>
  8. <script setup lang="ts"></script>
  9. <style scoped></style>