mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-17 12:48:02 +00:00
botton => button
This commit is contained in:
13
src/components/common/AddButton.vue
Normal file
13
src/components/common/AddButton.vue
Normal 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>
|
||||
Reference in New Issue
Block a user