We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f9f77 commit cbbc121Copy full SHA for cbbc121
docs/components/drawer/drawer-demo.js
@@ -19,13 +19,13 @@ if (document.getElementById('vue-drawerDemo')) {
19
computed: {
20
attrBodyClass: function () {
21
if (this.bodyClasses !== '') {
22
- return `class="${this.bodyClasses}`;
+ return `class="${this.bodyClasses}"`;
23
}
24
return '';
25
},
26
attrDrawerClass: function () {
27
if (this.drawerClasses !== '') {
28
- return `class="${this.drawerClasses}`;
+ return `class="${this.drawerClasses}"`;
29
30
31
0 commit comments