🐛(修复 input 文档 allowClear 类型提供错误): 🐛(radio): name 属性非必填, 在非表单的应用场景下 name 没有存在的必要
This commit is contained in:
parent
4cb81a5c12
commit
1764087fa9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user