mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
feat(components): [rate] add clearable attribute (#10031)
feat(components): [rate] add clearable attribute
This commit is contained in:
9
docs/examples/rate/clearable.vue
Normal file
9
docs/examples/rate/clearable.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<el-rate v-model="value" clearable />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue'
|
||||
|
||||
const value = ref(3)
|
||||
</script>
|
||||
Reference in New Issue
Block a user