From daa59a9afca5b29bfaee3a57a3c8ff08c8219cc8 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sun, 11 Dec 2022 10:46:53 +0800 Subject: [PATCH] =?UTF-8?q?perf(vue-devtools):=20=E6=9B=B4=E6=96=B0vue-dev?= =?UTF-8?q?tools=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/debug/uni-vue-devtools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/debug/uni-vue-devtools.md b/docs/tutorial/debug/uni-vue-devtools.md index 5312d7b46..6e0e11e16 100644 --- a/docs/tutorial/debug/uni-vue-devtools.md +++ b/docs/tutorial/debug/uni-vue-devtools.md @@ -1,6 +1,6 @@ ## uni-vue-devtools -`uni-vue-devtools` 是基于 [vue-devtools](https://github.com/vuejs/devtools) 开发的 `uni-app` 项目调试工具。 +`uni-vue-devtools` 是基于 [vue-devtools](https://devtools.vuejs.org/) 开发的 `uni-app` 项目调试工具。 **平台差异说明** @@ -11,7 +11,7 @@ **注意事项:** - 目前仅支持 `cli`(3.0.0-alpha-3061220221207002+) 创建的 `Vue3` 项目。 -- App、小程序端暂不支持 `script setup`。 +- App、小程序端暂不支持 `script setup` 语法糖。 ### 使用方法 -- GitLab