Skip to content

Commit

Permalink
fix(docs): Theme Builder not exporting QDrawer unless left drawer sel…
Browse files Browse the repository at this point in the history
…ected [v1.0] #3195
  • Loading branch information
rstoenescu committed Feb 9, 2019
1 parent c53d339 commit 11cd1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/layouts/LayoutBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export default {
`
}
if (this.pick.left) {
if (this.pick.right) {
code += `
<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 : ''}>
<!-- drawer content -->
Expand Down
2 changes: 1 addition & 1 deletion quasar/src/components/datetime/time.styl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

.q-time__header
border-bottom-left-radius inherit
width 130px
width 155px

.q-time__header-ampm
margin-top 12px
Expand Down

0 comments on commit 11cd1ae

Please sign in to comment.