refactor imports
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user