whychdw
2024-05-27 a8888d8db186ed398d306f58c89a395b6e7a8df8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script setup lang="ts">
 
</script>
 
<template>
    <el-button type="primary">123</el-button>
    <el-tag>123</el-tag>
    <el-table></el-table>
  <el-icon><CirclePlus /></el-icon>
</template>
 
<style scoped>
 
</style>