관리자 글쓰기 화면과 개발 환경 문서 정리

This commit is contained in:
2026-05-07 10:36:01 +09:00
parent e506a343bc
commit 1ef50c111b
13 changed files with 276 additions and 115 deletions

View File

@@ -1247,7 +1247,7 @@ onBeforeUnmount(() => {
:class="getBlockClass(block)"
contenteditable="true"
spellcheck="true"
:data-placeholder="index === 0 ? '본문을 입력하거나 / 눌러 블록을 선택하세요' : '/ 눌러 블록 선택'"
:data-placeholder="index === 0 ? '본문을 입력하세요...' : '/ 눌러 블록 선택'"
:data-show-placeholder="shouldShowPlaceholder(block, index)"
@focus="activateBlock(block)"
@input="updateBlockText($event, index)"