perf: add truthProp util (#8522)

* perf: add TruthyProp util

* chore: rename

* chore: upd
This commit is contained in:
neverland
2021-04-14 10:26:21 +08:00
committed by GitHub
parent 9381640d2e
commit bd609e1df0
59 changed files with 226 additions and 460 deletions

View File

@@ -6,7 +6,7 @@ import { deepClone } from '../utils/deep-clone';
import {
range,
isObject,
UnknownProp,
unknownProp,
preventDefault,
createNamespace,
} from '../utils';
@@ -66,7 +66,7 @@ export default defineComponent({
props: {
readonly: Boolean,
allowHtml: Boolean,
className: UnknownProp,
className: unknownProp,
textKey: {
type: String,
required: true,