diff --git a/src/pages/quran/QuranSearchByAyah.vue b/src/pages/quran/QuranSearchByAyah.vue index 2561805..48782f7 100644 --- a/src/pages/quran/QuranSearchByAyah.vue +++ b/src/pages/quran/QuranSearchByAyah.vue @@ -353,13 +353,6 @@ export default { fullMatchSearch(val) { this.$store.dispatch("quran/setFullMatchSearch", val); this.onSearch(); - }, - keywordType() { - if (!this.init) { - this.keyword = ""; - this.keywordSearch = ""; - this.onSearch(); - } } }, computed: {