mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-11 09:58:18 +00:00
@@ -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;
|
||||||
|
Reference in New Issue
Block a user