-
-
-
![최근 작성자]()
-
-
-
{{ formatDate(item.lastEditor.updatedAt) }}
-
-
+
+
+
+
+.edit-btn {
+ position: absolute;
+ right: 0.7rem;
+ top: 1.2rem;
+}
+
\ No newline at end of file
diff --git a/src/components/wordDict/DictWrite.vue b/src/components/wordDict/DictWrite.vue
index 985c69d..dc30972 100644
--- a/src/components/wordDict/DictWrite.vue
+++ b/src/components/wordDict/DictWrite.vue
@@ -5,10 +5,11 @@
@@ -34,11 +35,13 @@
name="word"
:is-essential="true"
:is-alert="wordTitleAlert"
+ :modelValue="titleValue"
@update:modelValue="wordTitle = $event"
/>