From f8c7e51fc52be25eb12fffd81eb6d1b4ce8075a1 Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期三, 29 十二月 2021 19:37:11 +0800 Subject: [PATCH] Merge branch 'Phase2' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into Phase2 --- PAMapp/pages/faq.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/pages/faq.vue b/PAMapp/pages/faq.vue index 3b629c5..d01440f 100644 --- a/PAMapp/pages/faq.vue +++ b/PAMapp/pages/faq.vue @@ -9,7 +9,7 @@ <script lang="ts"> import { Vue, Component } from 'nuxt-property-decorator'; -import { faqList } from '~/assets/ts/const/faqList'; +import { faqList } from '~/shared/const/faqList'; @Component export default class Faq extends Vue { @@ -22,4 +22,4 @@ } </script> -<style lang="scss" scoped></style> \ No newline at end of file +<style lang="scss" scoped></style> -- Gitblit v1.8.0