update: more changes to bundle config...

This commit is contained in:
Braks
2021-07-10 12:31:09 +02:00
parent ece8bc683d
commit 6f39ae6de8
34 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* The user selection rectangle gets displayed when a user drags the mouse while pressing shift
*/
import { XYPosition } from '../../types';
import { defineComponent, PropType } from 'vue';
import { defineComponent, PropType } from 'vue-demi';
import store from '../../store';
type UserSelectionProps = {