Formatting
This commit is contained in:
parent
914a4eb8e9
commit
8306f8a541
2 changed files with 2 additions and 5 deletions
|
|
@ -30,10 +30,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
displayContent() {
|
||||
return [
|
||||
...this.defaultPackageText,
|
||||
...this.vapsItemText
|
||||
];
|
||||
return [...this.defaultPackageText, ...this.vapsItemText];
|
||||
},
|
||||
packageNameWidget() {
|
||||
const servicePackageNames = this.getCmsContent(
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ export default {
|
|||
];
|
||||
|
||||
const resultMap = await settleAllPromises(promiseResultMap);
|
||||
|
||||
|
||||
next((vm) => {
|
||||
console.log("next on review");
|
||||
vm.setCmsContent(resultMap.cmsContent);
|
||||
|
|
|
|||
Loading…
Reference in a new issue