mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +01:00
11 lines
183 B
Vue
11 lines
183 B
Vue
<template>
|
|
<pinch-zoom
|
|
class="pinch-zoom-parent"
|
|
v-bind="$attrs"
|
|
v-on="$listeners"
|
|
>
|
|
<slot />
|
|
</pinch-zoom>
|
|
</template>
|
|
|
|
<script src="./pinch_zoom.js"></script>
|