UNPKG

qrcode.vue

Version:

A Vue.js component to generate QRCode.

53 lines (27 loc) 769 B
## [3.3.1] - 2021-09-11 ### BUGFIX - Fix document description error, adjust `renderAs` to `render-as`. ## [3.2.0] - 2020-12-20 ### Feature - support typescript. ## [3.1.0] - 2020-12-20 ### Feature - Add support margin for QRcode. ## [3.0.0] - 2020-12-20 ### Feature - Support Vue 3 ## [1.7.0] - 2019-11-10 ### Feature - Support generate Qrcode as svg. ## [1.6.3] - 2019-09-16 ### Update - Perfect documentation. - Add eslint check. ## [1.6.2] - 2019-05-21 ### Remove: - `backingStorePixelRatio` is deprecated. more infomation [CanvasRenderingContext2D](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D). ## [1.6.0] - 2018-04-14 ### Changed - Use Vue render function, not use jsx. ### Bugfixs - convert utf-16 to utf-8.