Fix background color bug
This commit is contained in:
parent
a522f9117c
commit
8ab7877401
|
|
@ -28,6 +28,10 @@
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.$store.dispatch('setSpecialContainerClass', 'red');
|
this.$store.dispatch('setSpecialContainerClass', 'red');
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeDestroy() {
|
||||||
|
this.$store.dispatch('setSpecialContainerClass', '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue