testing with pug and variables

This commit is contained in:
sanjayk03-dev
2023-12-30 03:02:26 +05:30
parent 53aadd1f87
commit 63e473994a
2 changed files with 21 additions and 20 deletions

View File

@@ -13,12 +13,11 @@ module.exports = {
}
},
components: {
"axis-control": require("./axis-control"),
"path-viewer": require("./path-viewer"),
"gcode-viewer": require("./gcode-viewer")
},
computed:{
is_ready: function() {
console.log("is_ready: ",this.mach_state);
return this.mach_state == "READY";
},
},