:options="{ scrollWheelZoom: false }" @update:zoom="zoom = $event" @wheel.native="onWheel" methods: { onWheel(e) { if (e.deltaY < 0) { this.zoom++; e.
確定! 回上一頁