From 73bfe102152fc2bdf19aade3d664ea5d2ebbecca Mon Sep 17 00:00:00 2001 From: pqs Date: Fri, 20 Dec 2019 11:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E5=AF=B9=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d26bc32..6211189 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ License Downloads -> 一种使用Vue指令去解析二维码的插件 +> 一种使用Vue指令去解析二维码的插件。( A plug-in that uses the Vue instruction to parse qr codes. ) -# 使用 +# 使用 ( Use ) -## 安装 +## 安装 ( Install ) ```sh npm install vue-qrcode-directive --save @@ -15,7 +15,7 @@ or yarn add vue-qrcode-directive ``` -## 在main.js中注册 +## 在main.js中注册 ( Register in main.js ) ```js import qrcode from 'vue-qrcode-directive' @@ -23,7 +23,7 @@ Vue.use(qrcode) ``` -## 在元素上使用v-qr指令 +## 在元素上使用v-qr指令 ( Use the v-qr instruction on the label ) ```js