0.2.8 • Published 5 years ago

vue-photo-preview-mobile v0.2.8

Weekly downloads
52
License
-
Repository
-
Last release
5 years ago

vue-photo-preview-mobile

使用vue cli3开发一个可以全局注册使用的vue组件,组件库可扩展

安装

$ npm install vue-photo-preview-mobile -S

使用

main.js 文件中引入插件并注册

import photoPreview from 'vue-photo-preview-mobile'
import 'vue-photo-preview-mobile/lib/vue-photo-preview-mobile.css'
Vue.use(photoPreview)

在项目中用使用 photoPreview

<template>
  <photo-preview :msg ="msgTxt" />
</template>
<script>
  export default {
    data () {
      return {
        msgTxt: '你好'
      }
    }
  }
</script>

注意:标签为 <photo-preview>

参数

参数说明类型
msg传入信息值String
0.2.8

5 years ago

0.2.6

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago