Skip to content

Commit

Permalink
Remove unnecessary title attribute from el-dialog component.
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Sep 21, 2024
1 parent 3f43769 commit 725c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
</div>
<button @click="openModal">Todo</button>
<el-dialog :visible="dialogVisible" title="Todos" @close="closeModal">
<el-dialog :visible="dialogVisible" @close="closeModal">
<Todo></Todo>
</el-dialog>
<a href="content">
Expand Down

0 comments on commit 725c8a7

Please sign in to comment.