File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ function useToggleFn(
96
96
<label class =" no-sfc-label" @click =" toggleSFC(false)" >HTML</label >
97
97
<VTSwitch
98
98
class =" sfc-switch"
99
- aria-label =" prefer single file component "
99
+ aria-label =" 싱글 파일 컴포넌트를 추천합니다 "
100
100
:aria-checked =" preferSFC"
101
101
@click =" toggleSFC()"
102
102
/>
103
103
<label class =" sfc-label" @click =" toggleSFC(true)" >SFC</label >
104
104
<a
105
105
class =" switch-link"
106
- title =" About SFC "
106
+ title =" SFC에 대하여 "
107
107
href =" /guide/scaling-up/sfc.html"
108
108
@click =" closeSideBar"
109
109
>?</a >
Original file line number Diff line number Diff line change @@ -121,17 +121,12 @@ updateExample()
121
121
<div class =" vt-doc" v-html =" currentDescription" ></div >
122
122
<div class =" hint" v-if =" data[currentStep]?._hint" >
123
123
<button @click =" toggleResult" >
124
- {{ showingHint ? 'Reset ' : 'Show me !' }}
124
+ {{ showingHint ? '초기화 ' : '보여줘 !' }}
125
125
</button >
126
126
</div >
127
127
<footer >
128
- <a v-if =" prevStep" :href =" `#${prevStep}`"
129
- ><VTIconChevronLeft class =" vt-link-icon" style =" margin : 0 " />
130
- Prev</a
131
- >
132
- <a class =" next-step" v-if =" nextStep" :href =" `#${nextStep}`"
133
- >Next <VTIconChevronRight class =" vt-link-icon"
134
- /></a >
128
+ <a v-if =" prevStep" :href =" `#${prevStep}`" ><VTIconChevronLeft class =" vt-link-icon" style =" margin : 0 " /> 이전</a >
129
+ <a class =" next-step" v-if =" nextStep" :href =" `#${nextStep}`" >다음 <VTIconChevronRight class =" vt-link-icon" /></a >
135
130
</footer >
136
131
</article >
137
132
<Repl
You can’t perform that action at this time.
0 commit comments