web: small tweaks to style, dependencies.

This commit is contained in:
2019-04-12 05:51:09 -05:00
parent 9d9f8c4f9b
commit 80c33c85c3
8 changed files with 405 additions and 44 deletions

View File

@ -6,7 +6,7 @@ import {
MutationAction,
VuexModule
} from 'vuex-module-decorators';
import { keyBy } from 'lodash';
import keyBy from 'lodash.keyby';
import { User, Measure, MeasureConfig } from '@/models';
import api from '@/services/pm-api-client';