beforeCreate: App.vue의 전체 컴포넌트(소스)가 작성되기 전
created : App.vue의 전체 컴포넌트(소스)가 작성 된 후
beforeMount: template의 html요소에 연결되기 전
Mounted: template의 html요소에 연결된 후
<h1 v-once> 화면에 보이는 값에서 더이상 변화시키지 않는다.
<h1 v-html='mesage'> message에 할당된 html소스를 h1에서 그대로 받아 html문으로 출력시킨다.
<h1 :class="msg"> h1에 class를 추가할시
Getter 와 Setter
watch
'Vue' 카테고리의 다른 글
이벤트수식어, 폼입력바인딩, v-model, 컴포넌트 기초와 상속 (0) | 2021.08.13 |
---|---|
shortid, map( ), @click 등 의 $event나 매개변수받기 (0) | 2021.08.12 |
vue 반응성 과 조건문/반복문, 외부 생성 vue import하기 (0) | 2021.08.11 |
vue의 eslint 설치 (0) | 2021.08.11 |
vue (0) | 2021.08.10 |