From 3b040e387a1d56f2827f38d5d595157a2f8aa1a5 Mon Sep 17 00:00:00 2001 From: iatenine Date: Sun, 16 Jul 2023 11:00:15 -0500 Subject: [PATCH] use built-in utility class --- src/components/ChannelItem.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/ChannelItem.vue b/src/components/ChannelItem.vue index 44bf5d62..1f3fc425 100644 --- a/src/components/ChannelItem.vue +++ b/src/components/ChannelItem.vue @@ -2,7 +2,7 @@
- +

@@ -32,9 +32,3 @@ const props = defineProps({ item: Object, }); - -