Code Format

pull/5072/head
GitHub Actions Bot 2024-01-12 07:59:36 +00:00
parent 716f8cbe8a
commit 65339ea26e
2 changed files with 2 additions and 4 deletions

View File

@ -144,7 +144,7 @@
},
menu: {
root: {
style: 'width: 10rem; min-width: auto',
style: 'width: 10rem; min-width: auto'
},
action: 'p-2'
}

View File

@ -1,8 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
An existing pass through configuration is customized with the <i>usePassThrough</i> utility. The first parameter is the object to customize, the second parameter is the customizations and the final parameter is the merge strategy.
</p>
<p>An existing pass through configuration is customized with the <i>usePassThrough</i> utility. The first parameter is the object to customize, the second parameter is the customizations and the final parameter is the merge strategy.</p>
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
<p>
The <i>mergeSections</i> defines whether the sections from the main configuration gets added and the <i>mergeProps</i> controls whether to override or merge the defined props. Defaults are <i>true</i> for <i>mergeSections</i> and