File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ export default {
226226 staticClass : `q-layout-drawer-opener fixed-${ this . side } ` ,
227227 directives : [ {
228228 name : 'touch-pan' ,
229- modifier : { horizontal : true } ,
229+ modifiers : { horizontal : true } ,
230230 value : this . __openByTouch
231231 } ]
232232 } ) )
@@ -237,7 +237,7 @@ export default {
237237 on : { click : this . hide } ,
238238 directives : [ {
239239 name : 'touch-pan' ,
240- modifier : { horizontal : true } ,
240+ modifiers : { horizontal : true } ,
241241 value : this . __closeByTouch
242242 } ]
243243 } ) )
@@ -250,7 +250,7 @@ export default {
250250 style : this . computedStyle ,
251251 directives : this . mobileView ? [ {
252252 name : 'touch-pan' ,
253- modifier : { horizontal : true } ,
253+ modifiers : { horizontal : true } ,
254254 value : this . __closeByTouch
255255 } ] : null
256256 } , [
@@ -308,6 +308,7 @@ export default {
308308 if ( ! this . mobileOpened ) {
309309 return
310310 }
311+
311312 const
312313 width = this . size ,
313314 position = evt . direction === this . side
You can’t perform that action at this time.
0 commit comments