Skip to content

Commit

Permalink
chore(docs): update node.md
Browse files Browse the repository at this point in the history
The import name needs to be corrected. I'm just changing the name to the correct one.
  • Loading branch information
Thanakorn-ki committed Sep 28, 2023
1 parent 6c9b890 commit e3e91fa
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

0 comments on commit e3e91fa

Please sign in to comment.