This commit is contained in:
2020-11-02 17:52:05 +00:00
parent d081c6cfd7
commit f9a429ce5d
2 changed files with 8 additions and 9 deletions

View File

@@ -145,7 +145,6 @@ export default {
},
methods: {
refresh: function() {
console.log("dash-base:refresh()", new Date());
this.$emit("dash-refresh", this.id);
}
}