Skip to content

Commit

Permalink
πŸ”€ Merge pull request #12 from HiBixby/hotfix
Browse files Browse the repository at this point in the history
πŸš‘ μƒˆλ‘œκ³ μΉ¨ν•˜λ©΄ μ‚­μ œλœ todo λ‹€μ‹œ μ‚΄μ•„λ‚˜λŠ” 문제 ν•΄κ²°
  • Loading branch information
HiBixby authored Feb 20, 2023
2 parents 07e6cc5 + f8ddf31 commit 8badb45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<link rel="stylesheet" href="./main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>웨, 일해</title>
<script type="module" crossorigin src="./assets/index-c88a837f.js"></script>
<link rel="stylesheet" href="./assets/index-278714c3.css">
<script type="module" crossorigin src="./assets/index-ebd57d93.js"></script>
<link rel="stylesheet" href="./assets/index-81a92960.css">
</head>
<body>
<div id="app">
Expand Down
1 change: 1 addition & 0 deletions src/components/TodoList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default {
DeleteTodo(todo) {
if (confirm("정말 μ‚­μ œν•˜μ‹œκ² μŠ΅λ‹ˆκΉŒ?") == true) {
this.$store.dispatch("deleteTodo", todo.id);
this.$store.dispatch("setTodos", this.$store.getters.getTodos);
}
},
},
Expand Down

0 comments on commit 8badb45

Please sign in to comment.