feat: update `Draft`'s `scheduledAt` param

pull/2643/head
TAKAHASHI Shuuji 2024-03-01 03:32:56 +09:00
rodzic 7b1857270f
commit f4d418d88d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -118,6 +118,10 @@ const expiresInDefaultOptionIndex = 2
const scheduleDateTime = ref('')
watchEffect(() => {
draft.value.params.scheduledAt = scheduleDateTime.value
})
const characterCount = computed(() => {
const text = htmlToText(editor.value?.getHTML() || '')