crud
<template>
<el-card>
<el-button type="primary">增加</el-button>
<el-button type="success">读取</el-button>
<el-button type="warning">更新</el-button>
<el-button type="danger">删除</el-button>
</el-card>
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>

浙公网安备 33010602011771号