PAMapp/pages/myConsultantList/contactedList.vue
@@ -2,6 +2,7 @@ <div> <ConsultantList :agents="pageList" :title="'contactedList'" ></ConsultantList> <UiPagination @@ -13,7 +14,7 @@ <script lang="ts"> import { Vue, Component, Prop } from 'nuxt-property-decorator' ; import { Consultant } from '~/assets/ts/models/consultant.model'; import { Consultant } from '~/shared/models/consultant.model'; @Component @@ -25,4 +26,4 @@ this.pageList = pageList; } } </script> </script>