[新增] rate 组件

This commit is contained in:
就眠仪式
2021-10-04 08:06:19 +08:00
parent 2fb6d43e39
commit 98626cdbd6
6 changed files with 67 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
::: demo
<template>
<lay-rate></lay-rate>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::