Skip to content

Commit fc55d5f

Browse files
authored
Merge pull request #695 from citation-file-format/693-600-warning
Fix vue warning about width 600
2 parents 5467587 + 4e73b7e commit fc55d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LayoutStepper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
overlay
1212
side="right"
1313
v-model="isPreviewDrawerEnabled"
14-
width="600"
14+
v-bind:width="600"
1515
>
1616
<div id="preview-button-close">
1717
<q-btn

0 commit comments

Comments
 (0)