docs: 고정지출 안내 — '확인 필요'로 생성 후 확정 안내
CI / build (push) Failing after 15m14s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-20 17:13:26 +09:00
parent 8133963f89
commit 43b01da1ff
+1 -1
View File
@@ -232,7 +232,7 @@ onMounted(load)
<IconBtn icon="plus" title="고정 지출 추가" variant="primary" @click="openCreate" /> <IconBtn icon="plus" title="고정 지출 추가" variant="primary" @click="openCreate" />
</div> </div>
</header> </header>
<p class="hint">등록한 주기에 맞춰 가계부 진입 자동으로 내역이 생성됩니다. (중복 없이)</p> <p class="hint">등록한 주기에 맞춰 가계부 진입 자동으로 <b>확인 필요</b> 내역이 생성됩니다(중복 없이). 가계부에서 실제 결제·이체를 확인한 <b>확인</b> 눌러 확정하세요.</p>
<p v-if="error" class="msg error">{{ error }}</p> <p v-if="error" class="msg error">{{ error }}</p>
<p v-if="loading" class="msg">불러오는 중...</p> <p v-if="loading" class="msg">불러오는 중...</p>