<template> <div id="index"> <el-row> <el-col :span="24" class="main"> test </el-col> </el-row> </div> </template> <script setup lang="ts"></script> <style scoped></style>