diff --git a/src/components/CommandRunResult.vue b/src/components/CommandRunResult.vue index f74b8ae..de82142 100644 --- a/src/components/CommandRunResult.vue +++ b/src/components/CommandRunResult.vue @@ -171,7 +171,7 @@ export default { let option = command.program === "custom" ? command.customOptions - : this.$root.programs[command.program]; + : programs[command.program]; option.scptarg = command.scptarg || ""; option.charset = command.charset || {}; option.envPath = this.$root.nativeProfile.envPath.trim() || ""; diff --git a/src/components/card/layouts/DenseLayout.vue b/src/components/card/layouts/DenseLayout.vue index 3fd5d29..4e1db69 100644 --- a/src/components/card/layouts/DenseLayout.vue +++ b/src/components/card/layouts/DenseLayout.vue @@ -46,7 +46,7 @@ width="16px" />