태그에 v-if로 boolean값으로 조절할시 html요소에 렌더링되지도않는다.

하지만 태그에 v-show로 boolean값을 조절할시 html요소에 나타나며 display:none의 스타일값으로 형태가 된다.

 

index값을 map(index)로 매개변수 없이 생성하는법

shortid패키지를 설치한뒤 index로 쓸 변수에 shortid.generate()를 사용한다.

 

@click 등 이벤트 객체에서 매개변수받는법

msg로 hi나 what도 받을수 있으며 이벤트자체를받으려면 $event를 쓴다.

+ Recent posts