logo

pleroma-fe

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

pinch_zoom.vue (161B)


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