fix: login bg insert from asset not working

This commit is contained in:
NGPixel 2020-09-13 19:35:09 -04:00
parent 6340f21969
commit a381d4f314

View File

@ -367,7 +367,7 @@ export default {
},
mounted () {
this.$root.$on('editorInsert', opts => {
this.config.loginBgUrl = opts.path
this.config.authLoginBgUrl = opts.path
})
},
beforeDestroy() {