vue.js 기본 사용법 요약 정리

Directive

v-if

v-else

v-show

v-for

v-on

v-bind

v-model

Options API

data

methods

watch

computed

Composition API

setup

Vue.js 기본 강의

Options API vs Composition API vs Script-Setup 차이

Leave a Reply