changes
This commit is contained in:
@@ -308,7 +308,7 @@ export default {
|
||||
setTimeout(() => document.getElementById("url").focus(), 100);
|
||||
},
|
||||
checkUrl() {
|
||||
if (this.$empty(this.url)) return this.$snackbar(`Đường dẫn không hợp lệ`, undefined, "Error");
|
||||
if (this.$empty(this.url)) return this.$snackbar("Đường dẫn không hợp lệ", "Error");
|
||||
let self = this;
|
||||
this.loading = true;
|
||||
this.$axios
|
||||
|
||||
Reference in New Issue
Block a user