// ts-nocheck// 引入three.js
import * as THREE from three// 导入轨道控制器
import { OrbitControls } from three/examples/jsm/controls/OrbitControls// 导入lil.gui
import { GUI } from three/examples/jsm/libs/lil-gui.module.min.js// 导入tween
import * as TWEEN…
问题:搭建脚手架时报错,具体错误如下:
ERROR in [eslint]
E:\personalProject\VueProjects\vueproject2\src\components\Student.vue10:14 error Component name "Student" should always be multi-word vue/multi-word-compon…