You've already forked vue-element-admin
fix style in mobile
This commit is contained in:
@@ -45,6 +45,10 @@ export default {
|
||||
mounted() {
|
||||
this.insertToBody()
|
||||
},
|
||||
beforeDestroy() {
|
||||
const elx = this.$refs.rightPanel
|
||||
elx.remove()
|
||||
},
|
||||
methods: {
|
||||
addEventClick() {
|
||||
window.addEventListener('click', this.closeSidebar)
|
||||
|
||||
Reference in New Issue
Block a user