fix WhereInput

This commit is contained in:
les
2020-11-04 10:55:30 +01:00
parent ee194e16a5
commit 0ac2edf69d
6 changed files with 34 additions and 29 deletions

View File

@@ -131,9 +131,8 @@ export default {
},
openLinkModal () {
// this.link = { href: '', label: '' }
// console.error(this.$refs)
this.linkModal = true
this.$nextTick( () => this.$refs.linkModalForm.reset() )
this.$nextTick(() => this.$refs.linkModalForm.reset())
},
addFooterLink () {
const link = Object.assign({}, this.link)
@@ -151,7 +150,6 @@ export default {
editFooterLink (item) {
this.link = { href: item.href, label: item.label }
this.linkModal = true
},
async uploadLogo (file) {
const formData = new FormData()