Skip to content

Commit aa2bbd6

Browse files
authored
chore(docs): update node.md (#1097)
1 parent 41015cc commit aa2bbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ the type otherwise.
289289
<script setup>
290290
import { markRaw } from 'vue'
291291
import CustomNode from './CustomNode.vue'
292-
import CustomNode from './OverwriteCustomNode.vue'
292+
import OverwriteCustomNode from './OverwriteCustomNode.vue'
293293
import SpecialNode from './SpecialNode.vue'
294294
295295
const nodeTypes = {

0 commit comments

Comments
 (0)