refactor imports

This commit is contained in:
2026-04-30 18:48:51 +03:00
parent 9c64a3edf0
commit 7524e92796
6 changed files with 19 additions and 25 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
@mouseup="targetPointer($event, 'end')" ></div>
</div>
<v-navigation-drawer width="133" rail location="right" class="mt-3">
<v-menu open-on-hover>
<v-menu open-on-hover open-on-click>
<template v-slot:activator="{ props }">
<v-btn icon="mdi-panorama-outline" color="primary" v-bind="props"></v-btn>
</template>
@@ -1,10 +1,4 @@
import {
Matrix4,
Mesh,
PlaneGeometry,
MeshBasicMaterial,
Vector3,
} from 'three';
import { Matrix4, Mesh, PlaneGeometry, MeshBasicMaterial, Vector3 } from 'three';
import * as BufferGeometryUtils from 'three/addons/utils/BufferGeometryUtils.js';