From fe1666def5faeb1778b12782c57e302fa7142dbf Mon Sep 17 00:00:00 2001 From: lew <68851669+lewkamtao@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73382cfd..2e020cb5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A Component Library for Vue3.js. Doc address: https://lew.kamtao.com - ## Install ```bash @@ -12,13 +11,15 @@ npm install lew-ui --save ## How to use -引入css +引入 css + ```js // main.ts -import "lew-ui/dist/style.css"; +import 'lew-ui/dist/style.css'; ``` 页面 + ```vue