summaryrefslogtreecommitdiff
path: root/src/components/Global
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/components/Global
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/components/Global')
-rw-r--r--src/components/Global/Alert.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/Alert.vue b/src/components/Global/Alert.vue
index a049a08b..88a4ae3d 100644
--- a/src/components/Global/Alert.vue
+++ b/src/components/Global/Alert.vue
@@ -23,7 +23,7 @@
</template>
<script>
-import StatusIcon from '../Global/StatusIcon';
+import StatusIcon from '@/components/Global/StatusIcon';
import { BAlert } from 'bootstrap-vue';
export default {