mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-07-03 10:17:18 +08:00
10 lines
161 B
Vue
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>
|