mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix(Area): should expose getValues method
This commit is contained in:
@@ -273,7 +273,7 @@ export default createComponent({
|
||||
}
|
||||
);
|
||||
|
||||
useExpose({ reset, getArea });
|
||||
useExpose({ reset, getArea, getValues });
|
||||
|
||||
return () => {
|
||||
const columns = state.columns.slice(0, +props.columnsNum);
|
||||
|
Reference in New Issue
Block a user