logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

pinch_zoom.vue (183B)


  1. <template>
  2. <pinch-zoom
  3. class="pinch-zoom-parent"
  4. v-bind="$attrs"
  5. v-on="$listeners"
  6. >
  7. <slot />
  8. </pinch-zoom>
  9. </template>
  10. <script src="./pinch_zoom.js"></script>