fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<channel-selector
|
||||
<ChannelSelector
|
||||
:class="{ inactive: !isActive }"
|
||||
:title="channel.name"
|
||||
:src="getChannelThumbnail()"
|
||||
|
||||
Reference in New Issue
Block a user