mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +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');
|
||||
|
||||
export const areaProps = extend({}, pickerSharedProps, {
|
||||
export const areaProps = extend({}, pick(pickerSharedProps, INHERIT_PROPS), {
|
||||
modelValue: String,
|
||||
columnsNum: makeNumericProp(3),
|
||||
columnsPlaceholder: makeArrayProp<string>(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user