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.
2 parents 8bbc0c7 + 1a501a7 commit 37895a4Copy full SHA for 37895a4
src/components/GridItem.vue
@@ -257,7 +257,7 @@
257
};
258
259
self.directionchangeHandler = () => {
260
- this.rtl = getDocumentDir();
+ this.rtl = getDocumentDir() === 'rtl';
261
this.compact();
262
263
@@ -273,7 +273,7 @@
273
this.eventBus.$on('directionchange', self.directionchangeHandler);
274
this.eventBus.$on('setColNum', self.setColNum)
275
276
277
},
278
beforeDestroy: function(){
279
let self = this;
0 commit comments