0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-05 07:01:14 +00:00

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

View file

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