mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Area): areaProps omit allow-html show-toolbar (#11871)
This commit is contained in:
parent
e457bc2265
commit
71de1ad079
@ -30,7 +30,7 @@ import type { PickerExpose } from '../picker/types';
|
|||||||
|
|
||||||
const [name, bem] = createNamespace('area');
|
const [name, bem] = createNamespace('area');
|
||||||
|
|
||||||
export const areaProps = extend({}, pickerSharedProps, {
|
export const areaProps = extend({}, pick(pickerSharedProps, INHERIT_PROPS), {
|
||||||
modelValue: String,
|
modelValue: String,
|
||||||
columnsNum: makeNumericProp(3),
|
columnsNum: makeNumericProp(3),
|
||||||
columnsPlaceholder: makeArrayProp<string>(),
|
columnsPlaceholder: makeArrayProp<string>(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user