0.0.10-alpha.0 • Published 5 years ago

@luzhongk/vue-qrcode v0.0.10-alpha.0

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

@luzhongk/vue-qrcode

qrcode 的 vue 组件

安装

yarn add @luzhongk/vue-qrcode

使用

import Qrcode from "@luzhongk/vue-qrcode";

export default {
  components: {
    Qrcode
  }
};
<div>
  <qrcode :width="100" :height="100" />
</div>

示例

0.0.10-alpha.0

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago