We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41015cc commit aa2bbd6Copy full SHA for aa2bbd6
docs/src/guide/node.md
@@ -289,7 +289,7 @@ the type otherwise.
289
<script setup>
290
import { markRaw } from 'vue'
291
import CustomNode from './CustomNode.vue'
292
-import CustomNode from './OverwriteCustomNode.vue'
+import OverwriteCustomNode from './OverwriteCustomNode.vue'
293
import SpecialNode from './SpecialNode.vue'
294
295
const nodeTypes = {
0 commit comments