From f2fe7c2bacd26cde387d4d3a17ce6161dd189e26 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 06 十二月 2021 12:39:24 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- PAMapp/pages/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue index 4806cdd..3d9550d 100644 --- a/PAMapp/pages/index.vue +++ b/PAMapp/pages/index.vue @@ -44,7 +44,7 @@ <script lang="ts"> import { Vue, Component, State, Action, Watch } from 'nuxt-property-decorator'; - import { Consultants } from '~/assets/ts/api/consultant'; + import { Consultants } from '~/assets/ts/models/consultant.model'; @Component({ layout: 'home' -- Gitblit v1.8.0