Merge pull request #162 from 404-Program-not-found/main

fix: search was broken `this`
This commit is contained in:
Kenny 2022-03-22 08:27:22 -04:00 committed by GitHub
commit 39e22a872d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default {
};
},
mounted() {
getSearch();
this.getSearch();
},
methods: {
getSearch() {