Begin transfering things to TS
This commit is contained in:
parent
81f5e49768
commit
3ad4422a94
17 changed files with 280 additions and 138 deletions
|
@ -11,7 +11,7 @@ require('./bootstrap');
|
|||
import { Ziggy } from './helpers/ziggy';
|
||||
import Locales from './../../../resources/lang/locales';
|
||||
import { flash } from './mixins/flash';
|
||||
import store from './store/index.js';
|
||||
import store from './store/index';
|
||||
import router from './router';
|
||||
|
||||
window.events = new Vue();
|
||||
|
|
Reference in a new issue