fix: 🐛 修复示例代码中错误的 required 属性

This commit is contained in:
FairyEver
2020-06-08 11:37:56 +08:00
parent b43f472db2
commit a657395533
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ export default {
props: {
value: {
type: Boolean,
require: true
required: true
},
// 本行的所有数据,此字段不需要额外配置
scope: {