mirror of
https://github.com/louislam/dockge.git
synced 2024-11-21 15:53:34 +01:00
Fix: .env code change is not reactive
This commit is contained in:
parent
007eac7b58
commit
1ce74d1801
@ -1,3 +0,0 @@
|
||||
export class Docker {
|
||||
|
||||
}
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user