summaryrefslogtreecommitdiff
path: root/src/views/Unauthorized/Unauthorized.vue
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-10-01 07:07:32 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-19 17:49:33 +0300
commit61859097d8a129de1d8292f3ebde5e9228d82838 (patch)
treeb182b4db85d32d0ca232e80b64be03c8310325df /src/views/Unauthorized/Unauthorized.vue
parenta5cbc449c201696f5ff4d77dfc18c4f60b4d901d (diff)
downloadwebui-vue-61859097d8a129de1d8292f3ebde5e9228d82838.tar.xz
Update relative path imports to use '@' alias
- Add '@/' instead of '../../../' Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac
Diffstat (limited to 'src/views/Unauthorized/Unauthorized.vue')
-rw-r--r--src/views/Unauthorized/Unauthorized.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Unauthorized/Unauthorized.vue b/src/views/Unauthorized/Unauthorized.vue
index ee34f26c..6ec513f8 100644
--- a/src/views/Unauthorized/Unauthorized.vue
+++ b/src/views/Unauthorized/Unauthorized.vue
@@ -4,7 +4,7 @@
</b-container>
</template>
<script>
-import PageTitle from '../../components/Global/PageTitle';
+import PageTitle from '@/components/Global/PageTitle';
export default {
name: 'Unauthorized',
components: { PageTitle }