weex-qrcode
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i weex-qrcode

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

5.69 kB

Total Files

7

Last publish

Collaborators

  • zaaksam