mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-13 05:29:58 +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>
|