botton => button

This commit is contained in:
bob
2024-10-30 21:10:49 +08:00
parent 6f15de9333
commit db079c4e23
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<script setup>
import { CirclePlus } from '@element-plus/icons-vue'
</script>
<template>
<el-icon color="#79bbff" :size="30"><CirclePlus /></el-icon>
</template>
<style lang="scss" scoped>
.el-icon {
margin-right: 10px;
}
</style>