CIDARLAB / 3DuF

Found empty functions JS-0057
Anti-pattern
Minor
15 days ago3 years old
Unexpected empty method 'mounted'
 32            dxfObject: []
 33        };
 34    },
 35    mounted: () => {}, 36    methods: {
 37        onSave() {
 38            console.log("Saved data for Edit Border");
Unexpected empty function
 664 */
 665                "use strict";
 666
 667                THREE.STLExporter = function () {}; 668
 669                THREE.STLExporter.prototype = {
 670                    constructor: THREE.STLExporter,