chore: self closing vue tag (#6603)

This commit is contained in:
三咲智子
2022-03-14 04:16:11 +08:00
committed by GitHub
parent e2e577bfad
commit 5d85fba20c
217 changed files with 527 additions and 672 deletions

View File

@ -3,8 +3,7 @@
v-model="value"
:texts="['oops', 'disappointed', 'normal', 'good', 'great']"
show-text
>
</el-rate>
/>
</template>
<script lang="ts" setup>