client: reorganize filters and add tests

This commit is contained in:
Matteo Pagliazzi
2016-12-06 18:27:49 -08:00
parent 0b0466b960
commit 046761b9aa
8 changed files with 30 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ import VueResource from 'vue-resource';
import AppComponent from './app';
import router from './router';
import store from './store';
import './filters/registerGlobals';
// TODO just for the beginning
Vue.use(VueResource);