WIP UI implementation: fixed store dependencies, login flow.

This commit is contained in:
2019-03-08 03:03:47 -06:00
parent 9a9fa7c5d9
commit 12b2e5edca
17 changed files with 145 additions and 161 deletions

View File

@@ -1,5 +1,5 @@
import { Component, Vue } from 'vue-property-decorator';
import measureStore from '@/store-modules/measure';
import { measureStore } from '@/store';
@Component({
components: { }