forked from extern/dockge
Compare commits
1 Commits
master
...
update-dep
Author | SHA1 | Date | |
---|---|---|---|
|
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