From 43c2306b9cd0648a13c721aa96d6367cacda418b Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Mon, 20 Feb 2023 03:56:51 -0800 Subject: [PATCH] =?UTF-8?q?fix(readme):=20=E4=BF=AE=E5=A4=8Dreadme?= =?UTF-8?q?=E6=96=87=E6=A1=A3npm=E4=B8=8B=E8=BD=BD=E6=96=B9=E5=BC=8F=20(#5?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bda22bdb..3336ef0e8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ import { Button as TinyButton } from '@opentiny/vue' ```shell git clone git@github.com:opentiny/tiny-vue.git cd tiny-vue -npm i +npm i --legacy-peer-deps # 启动 Vue3 项目 npm run dev:vue3