|
@@ -1,7 +1,7 @@
|
|
import 'babel-polyfill'
|
|
import 'babel-polyfill'
|
|
import Vue from 'vue'
|
|
import Vue from 'vue'
|
|
import App from './components/App.vue'
|
|
import App from './components/App.vue'
|
|
-import store from './vuex/store'
|
|
|
|
|
|
+import store from './store'
|
|
import { currency } from './currency'
|
|
import { currency } from './currency'
|
|
|
|
|
|
Vue.filter('currency', currency)
|
|
Vue.filter('currency', currency)
|