docs: Remove data script and fetch data in Banner.vue

* Wrap Banner in suspension
This commit is contained in:
Braks
2022-04-05 09:10:05 +02:00
parent cc76a76415
commit bec26f3363
4 changed files with 11 additions and 19 deletions

View File

@@ -6,9 +6,7 @@
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
"scripts": {
"dev": "vuepress dev src",
"prebuild": "yarn data",
"build": "vuepress build src",
"data": "node data.js"
"build": "vuepress build src"
},
"dependencies": {
"@braks/vue-flow": "^0.4.0",