PAMapp/components/Consultant/ConsultantList.vue
@@ -24,12 +24,12 @@ <script lang="ts"> import { Vue, Component, Prop } from 'nuxt-property-decorator'; import { Consultants } from '~/assets/ts/models/consultant.model'; import { Consultant } from '~/assets/ts/models/consultant.model'; import { isLogin } from '~/assets/ts/auth'; @Component export default class ConsultantList extends Vue { @Prop() agents!: Consultants[]; @Prop() agents!: Consultant[]; get isLogin() { return isLogin();