Skip to content

Commit 2f2b040

Browse files
committed
refactor: shouldn't use @ without absolute necessity
Reasoning: #45 (comment)
1 parent 8f144f0 commit 2f2b040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/code/router/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup>
2-
import TheWelcome from '@/components/TheWelcome.vue'
2+
import TheWelcome from '../components/TheWelcome.vue'
33
</script>
44

55
<template>

template/code/typescript-router/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import TheWelcome from '@/components/TheWelcome.vue'
2+
import TheWelcome from '../components/TheWelcome.vue'
33
</script>
44

55
<template>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy