This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
Free-consumables
/
common
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
abaae4059f
Branchit
Tagit
master
common
/
src
/
components
/
admin-frame
/
bus.js
bus.js
88 B
Historia
Raaka
1
2
3
4
5
6
import Vue from 'vue';
// 使用 Event Bus
const bus = new Vue();
export default bus;