Skip to content

Commit

Permalink
Code Format
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 12, 2024
1 parent 716f8cb commit 65339ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/landing/HeroSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
},
menu: {
root: {
style: 'width: 10rem; min-width: auto',
style: 'width: 10rem; min-width: auto'
},
action: 'p-2'
}
Expand Down
4 changes: 1 addition & 3 deletions doc/passthrough/UsePassThroughDoc.vue
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65339ea

Please sign in to comment.