Skip to content

zaaksam/weex-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weex-qrcode

qrcode component for weex, written by vuejs

Example:

<template>
    <weex-qrcode :text="qrText" :cell="qrCell"></weex-qrcode>
</template>

<script>
import WeexQrcode from 'weex-qrcode'

export default {
    components: {
      WeexQrcode
    },
    data() {
        return {
            qrText: 'https://www.google.com',
            qrCell: 256
        }
    }
    ...
    ...
}
</script>

About

qrcode component for weex, written by vuejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published