Code Format
parent
716f8cbe8a
commit
65339ea26e
|
@ -144,7 +144,7 @@
|
|||
},
|
||||
menu: {
|
||||
root: {
|
||||
style: 'width: 10rem; min-width: auto',
|
||||
style: 'width: 10rem; min-width: auto'
|
||||
},
|
||||
action: 'p-2'
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue