UNPKG
ets2-dashboard-skin
Version:
beta (1.5.0-beta.0)
latest (1.5.0)
1.5.0
1.5.0-beta.0
1.4.4
1.4.2
1.4.1
1.4.0
1.4.0-beta.0
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Euro Truck Simulator 2 dashboard
jagfx.github.io/ets2-dashboard-skin/
JAGFx/ets2-dashboard-skin
ets2-dashboard-skin
/
src
/
event-bus.js
12 lines
(9 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@author
: Emmanuel SMITH <emmanuel.smith
@live
-session.fr> * project: customDefault * file: event-bus.js * Date: 10-Oct-20 * Time: 11:14 */
import
Vue
from
'vue'
;
export
const
EventBus
=
new
Vue
();