Rename merge
and useMergeProps
options with mergeSections
and mergeProps
options on usePassThrough
method
#4342
Labels
Type: Breaking Change
Issue contains a breaking change related to a specific component
Milestone
This change was made to make it easier for users to understand what the options are used for.
true
.mergeProps
method to merge PT options. Default value isfalse
. Ref: https://vuejs.org/api/render-function.html#mergepropsExamples
{ mergeSections: true, mergeProps: false }
{ mergeSections: true, mergeProps: true }
{ mergeSections: false, mergeProps: true }
{ mergeSections: false, mergeProps: false }
The text was updated successfully, but these errors were encountered: