mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 07:25:49 +02:00
perf?(client): remove needless scoped annotation for style
This commit is contained in:
@@ -117,6 +117,6 @@ definePageMetadata(computed(() => props.channelId ? {
|
||||
}));
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user