관리자 글쓰기 화면과 개발 환경 문서 정리
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user