Skip to content

Commit

Permalink
移除debug残留
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed May 3, 2024
1 parent 10b7e20 commit 1761442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const state = reactive({
router.push('/');
function toggleCollapsed() {
console.log(state.collapsed);
state.collapsed = !state.collapsed;
}
Expand Down

0 comments on commit 1761442

Please sign in to comment.