Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin218 committed Aug 13, 2022
1 parent 59ed888 commit af25604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/.vitepress/theme/plugins/run-code/RunCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const extensions = [javascript(), html(), oneDark];
const getContent = () => {
const instance = getCurrentInstance();
console.log(instance.slots.default()[0])
return instance.slots.default()[0].children;
}
Expand Down

0 comments on commit af25604

Please sign in to comment.