diff --git a/src/components/button/EditBtn.vue b/src/components/button/EditBtn.vue index 5ee75a7..5058a97 100644 --- a/src/components/button/EditBtn.vue +++ b/src/components/button/EditBtn.vue @@ -3,10 +3,8 @@ - diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 91837d3..4c3a3f4 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -10,13 +10,20 @@ :titleValue="item.WRDDICTTL" :contentValue="item.WRDDICCON" :isDisabled="true" + :showEditBtn="true" + @toggleEdit="toggleEdit" />