全局事件总线

This commit is contained in:
2019-01-15 20:00:27 +08:00
parent 316613acc6
commit a4772f5d48
8 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// vue.config.js
module.exports = {
devServer: {
port: 8081,
}
}