Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.

This commit is contained in:
paolo
2018-11-17 20:32:28 +01:00
parent 7c49a97217
commit 794e7088e7
22 changed files with 184 additions and 165 deletions

4
src/store/EventBus.ts Normal file
View File

@@ -0,0 +1,4 @@
import Vue from 'vue'
const EventBus = new Vue()
export default EventBus