UNPKG

vue2-qr

Version:

**English** | [中文](./README.zh-CN.md) ## Introduction A plugin suitable for vue2.x with a QR code in the center with a logo. ## Example <img src="./img/npmjs.com.png" width="300">

9 lines (6 loc) 142 B
import Vue from "vue"; import App from "./App.vue"; Vue.config.productionTip = false; new Vue({ render: (h) => h(App), }).$mount("#app");