Compare commits

...

1 Commits

Author SHA1 Message Date
Louis Lam
1ce74d1801 Fix: .env code change is not reactive 2023-12-10 02:21:36 +08:00
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +0,0 @@
export class Docker {
}

View File

@ -374,6 +374,17 @@ export default {
},
deep: true,
},
"stack.composeENV": {
handler() {
if (this.editorFocus) {
console.debug("env code changed");
this.yamlCodeChange();
}
},
deep: true,
},
jsonConfig: {
handler() {
if (!this.editorFocus) {