summaryrefslogtreecommitdiff
path: root/src/layouts
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/layouts
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/layouts')
-rw-r--r--src/layouts/AppLayout.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/AppLayout.vue b/src/layouts/AppLayout.vue
index 8edc338d..e040bef8 100644
--- a/src/layouts/AppLayout.vue
+++ b/src/layouts/AppLayout.vue
@@ -11,7 +11,7 @@
<script>
import AppHeader from '@/components/AppHeader';
import AppNavigation from '@/components/AppNavigation';
-import PageContainer from '../components/Global/PageContainer';
+import PageContainer from '@/components/Global/PageContainer';
export default {
name: 'App',
components: {