fixed overlapped content issue when display search results
This commit is contained in:
@@ -23,7 +23,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handler(event) {
|
||||
console.log(this.enableLoading);
|
||||
if (this.enableLoading) this.loading = 1;
|
||||
this.$emit("clicked", event, this);
|
||||
},
|
||||
|
||||
@@ -86,7 +86,6 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
console.log(this.uris);
|
||||
},
|
||||
name: "mainForm",
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user