🐛(修复 input 文档 allowClear 类型提供错误): 🐛(radio): name 属性非必填, 在非表单的应用场景下 name 没有存在的必要

This commit is contained in:
就眠儀式 2022-06-25 22:01:04 +08:00
parent 4cb81a5c12
commit 1764087fa9

View File

@ -113,7 +113,7 @@ export default {
::: demo
<template>
<lay-input allow-clear="true" v-model="value1"></lay-input>
<lay-input :allow-clear="true" v-model="value1"></lay-input>
</template>
<script>