Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2f2b040

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /