fix from mounted to asyncData/fetch, fix #12

This commit is contained in:
lesion
2019-06-12 22:26:28 +02:00
parent 9003afd810
commit a9b73f373b
4 changed files with 147 additions and 108 deletions

View File

@@ -102,6 +102,6 @@ module.exports = {
layouts: true
},
cache: true,
parallel: true
// parallel: true
}
}