chore(docs): update node.md (#1097)

This commit is contained in:
Thanakorn.K
2023-10-06 11:47:40 +02:00
committed by GitHub
parent 41015cc07f
commit aa2bbd62c2
+1 -1
View File
@@ -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 = {