mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-05-17 03:51:22 +00:00
parent
89ca5094a5
commit
983fdac95d
@ -80,6 +80,9 @@ export default {
|
|||||||
suggestionsVisible: false,
|
suggestionsVisible: false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.onSearchTextChange(new URLSearchParams(window.location.search).get("search_query"));
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
shouldShowLogin(_this) {
|
shouldShowLogin(_this) {
|
||||||
return _this.getAuthToken() == null;
|
return _this.getAuthToken() == null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user