VueMagnifierPlus
Guide
Setting
Demo
Playground
  • English
  • zh-CN
GitHub
Guide
Setting
Demo
Playground
  • English
  • zh-CN
GitHub
  • Demo

    • Image
    • Canvas
    • Element
    • Swiper
    • Custom
    • Full
    • Mini map
    • Drag Selector

Element

<template>
  <vue-magnifier-plus style="width: 100%; font-size: inherit;">
    <element-preview el=".vp-sidebar-items"></element-preview>
    <template #zoomer>
      <element-zoomer el=".vp-sidebar-items"></element-zoomer>
    </template>
  </vue-magnifier-plus>
</template>

<script>
import VueMagnifierPlus, {
  ElementPreview,
  ElementZoomer,
} from 'vue-magnifier-plus'

export default {
  components: {
    VueMagnifierPlus,
    ElementPreview: ElementPreview,
    ElementZoomer: ElementZoomer,
  }
}
</script>
Contributors: haiweilian
Prev
Canvas
Next
Swiper