diff --git a/src/App.vue b/src/App.vue index 25e943f..16e814b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -245,7 +245,7 @@ export default { return response .text() .then((body) => { - return parse(body); + return parse(body, {merge: true}); }) .then(function (config) { if (config.externalConfig) {