update: use vue-demi again to add compatability to vue2
* add vite.config.app.ts for demo generation
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
Transform,
|
||||
OnEdgeUpdateFunc
|
||||
} from '../../types';
|
||||
import { computed, CSSProperties, defineComponent, PropType } from 'vue';
|
||||
import { computed, CSSProperties, defineComponent, PropType } from 'vue-demi';
|
||||
import store from '../../store';
|
||||
|
||||
interface EdgeRendererProps {
|
||||
|
||||
Reference in New Issue
Block a user