[fixed] use router prerender

This commit is contained in:
mysper
2021-01-19 19:29:59 +08:00
parent 79f6cd15ec
commit 2c8c5a7a16
5 changed files with 209 additions and 6 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}