1.0.9 • Published 3 years ago

g-vue-preview v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

一个基于Vue2.0 图片预览插件

使用

<template>
    <div>
        <div>
            <input v-model="imgUrl"/>
        </div>
        <button @click="visible = !visible">预览</button>
        <g-vue-preview :visible.sync="visible" :src="imgUrl"></g-vue-preview>
    </div>
</template>

<script>
export default {
    data(){
        return {
            imgUrl:"https://t7.baidu.com/it/u=1595072465,3644073269&fm=193&f=GIF",
            visible:true
        }
    }
}
</script>
  • 预览 ✅
  • 放大 ✅
  • 重置 ✅
  • 旋转 ✅
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago