From abfd26bb700d93a92da6a04703b0187d4acaaeb5 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 22 十二月 2021 10:13:02 +0800 Subject: [PATCH] refactor: move ts folder to shared folder --- 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