akkoma-fe/src/components/pinch_zoom/pinch_zoom.vue
2024-05-29 03:59:37 +01:00

10 lines
161 B
Vue

<template>
<pinch-zoom
class="pinch-zoom-parent"
v-bind="$attrs"
>
<slot />
</pinch-zoom>
</template>
<script src="./pinch_zoom.js"></script>