summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/channel-editor.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-27 18:29:39 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-27 18:29:39 +0900
commit4f15b6f7c2800f60e702b0137a1d596e89f5029c (patch)
tree1b00374971d4a049489f3f41e8525a7722ade5cc /packages/frontend/src/pages/channel-editor.vue
parentperf?(client): remove needless scoped annotation for style (diff)
downloadmisskey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.gz
misskey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.bz2
misskey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.zip
Revert "perf?(client): remove needless scoped annotation for style"
This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
Diffstat (limited to 'packages/frontend/src/pages/channel-editor.vue')
-rw-r--r--packages/frontend/src/pages/channel-editor.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/channel-editor.vue b/packages/frontend/src/pages/channel-editor.vue
index 4345163d9d..5ae7e63f99 100644
--- a/packages/frontend/src/pages/channel-editor.vue
+++ b/packages/frontend/src/pages/channel-editor.vue
@@ -117,6 +117,6 @@ definePageMetadata(computed(() => props.channelId ? {
}));
</script>
-<style lang="scss">
+<style lang="scss" scoped>
</style>