This commit is contained in:
2025-10-21 18:50:52 +03:00
parent 3ff60a1cf4
commit 8f817eee14
13 changed files with 157 additions and 100 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<script>
import SvgIcon from './SvgIcon.vue';
import Utils from '@/lib/utils';
import Utils from '@/lib/Utils';
export default {
emits:['target', 'preview'],
+1 -1
View File
@@ -25,7 +25,7 @@
<script>
import SvgIcon from './SvgIcon.vue';
import Utils from '@/lib/utils';
import Utils from '@/lib/Utils';
import AssetSelector from '../AssetsManagement/AssetSelector.vue';
export default {
@@ -68,7 +68,7 @@
import GameObject from './GameObject.vue';
import Scene from './Scene.vue';
import SvgRectangle from './SvgRectangle.vue';
import Utils from '@/lib/utils';
import Utils from '@/lib/Utils';
import AssetSelector from '../AssetsManagement/AssetSelector.vue';
import Task from './Task.vue';
@@ -13,7 +13,7 @@
<script>
import AnnotationPoint from './AnnotationPoint.vue';
import Utils from '@/lib/utils';
import Utils from '@/lib/Utils';
export default {
components: { AnnotationPoint },
+1 -1
View File
@@ -27,7 +27,7 @@
<script>
import SvgIcon from './SvgIcon.vue';
import Utils from '@/lib/utils';
import Utils from '@/lib/Utils';
export default {
emits:['target', 'preview'],