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:
commit
39e22a872d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default {
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
getSearch();
|
||||
this.getSearch();
|
||||
},
|
||||
methods: {
|
||||
getSearch() {
|
||||
|
|
Loading…
Reference in a new issue