From dcb6258a4555430cb7334fd341ec1baa19df6d43 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Fri, 12 May 2023 10:21:31 -0400 Subject: [PATCH] Fix protocol issues --- src/App.vue | 2 +- src/components/StreamPreview.vue | 3 ++- src/components/TwitchChat.vue | 8 ++++---- src/main.ts | 11 ++++++++++- src/views/CategoryView.vue | 5 +---- src/views/HomepageView.vue | 10 +++++----- src/views/SearchPageView.vue | 4 ++-- src/views/UserView.vue | 7 +++---- 8 files changed, 28 insertions(+), 22 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1a26f46..4b84f04 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ import { RouterView } from 'vue-router' import NavbarItem from './components/NavbarView.vue' -