diff --git a/pages/index.vue b/pages/index.vue index c3b4e4f05..bc1c3f052 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -301,7 +301,7 @@ }) }, sendRequest() { - if (!this.isValidURL()) { + if (!this.isValidURL) { alert('Please check the formatting of the URL'); return }