update: use vue-demi again to add compatability to vue2
* add vite.config.app.ts for demo generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { defineComponent, PropType } from 'vue';
|
||||
import { defineComponent, PropType } from 'vue-demi';
|
||||
|
||||
interface MiniMapNodeProps {
|
||||
x: number;
|
||||
|
||||
Reference in New Issue
Block a user