Merge pull request #56 from ParadeTo/bugfix/style-including

bugfix: extracted css file
This commit is contained in:
ayou
2020-01-07 11:44:07 +08:00
committed by GitHub

5
vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
css: {
extract: false
}
};