summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/channel-editor.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-05-19 16:20:53 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-05-19 16:20:53 +0900
commit95470a40a7c2377d8cc8a2b923d9214ebc6f7f82 (patch)
tree3a954c3984f58b25f4f55b46a02937cb95303a99 /packages/frontend/src/pages/channel-editor.vue
parentrefactor(frontend): use css module (diff)
downloadmisskey-95470a40a7c2377d8cc8a2b923d9214ebc6f7f82.tar.gz
misskey-95470a40a7c2377d8cc8a2b923d9214ebc6f7f82.tar.bz2
misskey-95470a40a7c2377d8cc8a2b923d9214ebc6f7f82.zip
refactor
Diffstat (limited to 'packages/frontend/src/pages/channel-editor.vue')
-rw-r--r--packages/frontend/src/pages/channel-editor.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/pages/channel-editor.vue b/packages/frontend/src/pages/channel-editor.vue
index a74ab40473..0a358a141b 100644
--- a/packages/frontend/src/pages/channel-editor.vue
+++ b/packages/frontend/src/pages/channel-editor.vue
@@ -1,7 +1,7 @@
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
- <MkSpacer :content-max="700">
+ <MkSpacer :contentMax="700">
<div v-if="channelId == null || channel != null" class="_gaps_m">
<MkInput v-model="name">
<template #label>{{ i18n.ts.name }}</template>
@@ -23,7 +23,7 @@
</div>
</div>
- <MkFolder :default-open="true">
+ <MkFolder :defaultOpen="true">
<template #label>{{ i18n.ts.pinnedNotes }}</template>
<div class="_gaps">
@@ -31,7 +31,7 @@
<Sortable
v-model="pinnedNotes"
- item-key="id"
+ itemKey="id"
:handle="'.' + $style.pinnedNoteHandle"
:animation="150"
>