We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee064c5 commit 86c9795Copy full SHA for 86c9795
docs/src/layouts/LayoutBuilder.vue
@@ -559,7 +559,7 @@ export default {
559
560
if (this.pick.right) {
561
code += `
562
- <q-drawer v-model="right" side="right"${this.cfg.leftOverlay ? ' overlay' : ''}${this.cfg.rightBehavior !== 'default' ? ` behavior="${this.cfg.rightBehavior}"` : ''}${this.cfg.rightSep !== 'none' ? ' ' + this.cfg.rightSep : ''}>
+ <q-drawer v-model="right" side="right"${this.cfg.rightOverlay ? ' overlay' : ''}${this.cfg.rightBehavior !== 'default' ? ` behavior="${this.cfg.rightBehavior}"` : ''}${this.cfg.rightSep !== 'none' ? ' ' + this.cfg.rightSep : ''}>
563
<!-- drawer content -->
564
</q-drawer>
565
`
0 commit comments