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/components/BackActionBar.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index bf0c489..dc671d9 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -11,13 +11,14 @@
 import { namespace } from 'nuxt-property-decorator';
 import { Vue, Component,} from 'vue-property-decorator';
 import * as _ from 'lodash';
-import { Role } from '~/assets/ts/models/enum/role';
+import { Role } from '~/shared/models/enum/role';
 
 const roleStorage = namespace('localStorage');
 @Component
 export default class UiCarousel extends Vue {
   @roleStorage.Getter currentRole!:string;
   get label(): string {
+
     if (this.$route.name) {
       const routeName = this.$route.name.split('-')[0];
       let featureLabel = '';

--
Gitblit v1.8.0