mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
89ca5094a5
commit
983fdac95d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue