本地提交,远程忽略
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"autofit.js": "^3.0.4",
|
||||
"autofit.js": "^3.2.1",
|
||||
"axios": "^1.4.0",
|
||||
"csv-exportor": "^1.0.2",
|
||||
"echarts": "^5.4.2",
|
||||
|
||||
@@ -354,7 +354,6 @@ export default class Demo {
|
||||
this.CSS2Renderer = new CSS2Renderer();
|
||||
this.CSS2Renderer.setSize(window.innerWidth, window.innerHeight - 100);
|
||||
this.CSS2Renderer.render(this.scene, this.camera);
|
||||
|
||||
this.mountedElement.appendChild(this.CSS2Renderer.domElement);
|
||||
|
||||
// 初始化html标签
|
||||
|
||||
Reference in New Issue
Block a user