+ {{ name }} + v{{ version }} + +
++ {{ description }} +
++ {{ description }} +
+QR code component for Vue.js.
-<div id="app">
-  <qrcode value="https://fengyuanchen.github.io/vue-qrcode"></qrcode>
-  <qrcode value="https://fengyuanchen.github.io/vue-qrcode" :options="{ color: { dark: '#0275d8' } }"></qrcode>
-  <qrcode value="https://fengyuanchen.github.io/vue-qrcode" tag="img"></qrcode>
-</div>window.onload = function () {
-  Vue.component(VueQrcode.name, VueQrcode);
-
-  new Vue({
-    el: '#app',
-  });
-};