This commit is contained in:
fengchenchen
2023-08-14 17:10:11 +08:00
commit 37f6ec895d
1145 changed files with 437754 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import Bus from 'vue'
const install = function (Vue) {
Vue.prototype.$bus = new Bus()
}
export default { install }