Resize 디렉티브(directive)
v-resize
디렉티브는 윈도우의 크기를 변경할 때 특정 함수를 호출하기 위해 사용됩니다.
API
이름
modifiers.quiet
디폴트
false
타입
Boolean
v-resize.quiet="callback"
Will not automatically invoke the provided callback on bind.
이름
value
Signature
undefined
타입
Function
v-resize="callback"
윈도우가 리사이즈될 때 호출되는 함수