728x90
통상
<div id="app">
<a :href="url">
{{someText}}
</a>
</div>
v-text을 사용할 경우
<div id="app">
<a :href="url" v-text="someText">
</a>
</div>
같은 결과를 얻을 수 있다.
URL:https://ja.vuejs.org/api/built-in-directives.html
ビルトインのディレクティブ | Vue.js
ja.vuejs.org
728x90
'Vue3' 카테고리의 다른 글
v-if의 응용/팁 (0) | 2023.03.16 |
---|---|
4.Composition API기본 (Vue Router) (0) | 2022.04.17 |
3.Composition API기본(Watch , WatchEffect) (0) | 2022.04.17 |
2.Composition API기본 (setup, ref, reactive) (0) | 2022.04.14 |
왜? Composition API 인가? (1) (0) | 2022.04.14 |