fix: add intrinsicattributes to shims

* remove declaration from shims-vue.d.ts
This commit is contained in:
Braks
2021-08-08 22:36:28 +02:00
parent 2653c70334
commit 545eb0ede7
11 changed files with 607 additions and 378 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { computed, defineComponent, inject, PropType } from 'vue';
import Node from '../../components/Nodes/Node.vue';
import Node from '../../components/Nodes/Node';
import { getNodesInside } from '../../utils/graph';
import { NodeType, RevueFlowStore } from '../../types';