-
- 调整尺寸
-
-
- v-resize="handler"
-
- 当前尺寸: {{ caughtSize }}px
-
- v-resize.debounce="handler"
-
- 当前尺寸: {{ caughtSize1 }}px
-
- v-resize.throttle.500="handler"
-
- 当前尺寸: {{ caughtSize2 }}px
-
- v-resize="{mode: 'throttle', handler}"
-
- 当前尺寸: {{ caughtSize3 }}px
-
-