fix: try to deploy as package...
This commit is contained in:
@@ -2,7 +2,7 @@ import useKeyPress from './useKeyPress';
|
||||
import { isNode, getConnectedEdges } from '../utils/graph';
|
||||
import { Elements, KeyCode, ElementId, FlowElement } from '../types';
|
||||
import store from '../store';
|
||||
import { onMounted } from 'vue';
|
||||
import { onMounted } from 'vue-demi';
|
||||
|
||||
interface HookParams {
|
||||
deleteKeyCode: KeyCode;
|
||||
|
||||
Reference in New Issue
Block a user