mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +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');
|
||||
|
||||
export const areaProps = extend({}, pickerSharedProps, {
|
||||
export const areaProps = extend({}, pick(pickerSharedProps, INHERIT_PROPS), {
|
||||
modelValue: String,
|
||||
columnsNum: makeNumericProp(3),
|
||||
columnsPlaceholder: makeArrayProp<string>(),
|
||||
|
Reference in New Issue
Block a user