fixed #540
This commit is contained in:
parent
e5337c810c
commit
c2db4f928c
3 changed files with 31 additions and 20 deletions
|
@ -67,6 +67,17 @@
|
|||
|
||||
return style;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
updateGutter () {
|
||||
this.$parent.updateGutter(this.$parent.gutter);
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.updateGutter();
|
||||
},
|
||||
beforeDestroy () {
|
||||
this.updateGutter();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue