Skip to content

Commit

Permalink
๐Ÿš‘ ์ƒˆ๋กœ๊ณ ์นจํ•˜๋ฉด ์‚ญ์ œ๋œ todo ๋‹ค์‹œ ์‚ด์•„๋‚˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
HiBixby committed Feb 20, 2023
1 parent 07e6cc5 commit f8ddf31
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 f8ddf31

Please sign in to comment.