Skip to content

Commit

Permalink
chore(docs): update node.md (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanakorn-ki authored Oct 6, 2023
1 parent 41015cc commit aa2bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ the type otherwise.
<script setup>
import { markRaw } from 'vue'
import CustomNode from './CustomNode.vue'
import CustomNode from './OverwriteCustomNode.vue'
import OverwriteCustomNode from './OverwriteCustomNode.vue'
import SpecialNode from './SpecialNode.vue'
const nodeTypes = {
Expand Down

2 comments on commit aa2bbd6

@vercel
Copy link

@vercel vercel bot commented on aa2bbd6 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aa2bbd6 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.