first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<view class="flex align-center justify-center"
|
||||
hover-class="bg-hover-light" @click="$emit('click')"
|
||||
style="height: 90rpx;width: 90rpx;">
|
||||
<text class="iconfont font-md">{{icon}}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
icon: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user