This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Free-consumables
/
common
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
abaae4059f
Rami (Branch)
Tag
master
common
/
src
/
components
/
admin-frame
/
bus.js
bus.js
88 B
Cronologia
Originale
1
2
3
4
5
6
import Vue from 'vue';
// 使用 Event Bus
const bus = new Vue();
export default bus;