This commit is contained in:
sanjayk03-dev
2023-12-30 03:12:58 +05:30
parent 63e473994a
commit 5e51faf5a1
2 changed files with 17 additions and 17 deletions

View File

@@ -23,8 +23,8 @@ module.exports = {
},
methods:{
print: function(){
var inputValue = document.getElementById('inputField').value;
console.log(inputValue);
console.log("/nthis.config",this.config);
console.log("/nthis.state",this.state);
},
open: function() {
utils.clickFileInput("gcode-file-input");