PAMapp/pages/index.vue
@@ -44,7 +44,7 @@ <script lang="ts"> import { Vue, Component, State, Action, Watch, namespace } from 'nuxt-property-decorator'; import { Consultant } from '~/assets/ts/models/consultant.model'; import { Consultant } from '~/shared/models/consultant.model'; const localStorage = namespace('localStorage'); @Component({