mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
fix(Area): areaProps omit allow-html show-toolbar (#11871)
This commit is contained in:
@@ -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>(),
|
||||||
|
Reference in New Issue
Block a user