This commit is contained in:
zhaofang
2022-10-20 14:52:34 +08:00
parent fc950420f5
commit 8a8a1cd18a
2 changed files with 4 additions and 1 deletions

3
src/utils/bus.js Normal file
View File

@@ -0,0 +1,3 @@
import Vue from 'vue'
const Bus = new Vue();
export default Bus;