From 7db8d8f45f232131259b1c407239088475fac76f Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 23 Jan 2024 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=90=AF=E5=8A=A8runtime=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/component.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/component.md b/docs/guide/component.md index b3ffce7e3..28df7b2c2 100644 --- a/docs/guide/component.md +++ b/docs/guide/component.md @@ -170,7 +170,8 @@ import './page-config.js'; 然后执行在 runtime/vue3 目录下执行 ``` -npm run start +npm run build:libs +npm run dev ``` 至此,我们就可以得到这个开发中组件在编辑器中进行了配置并保存后,在真实页面中应该有的样子。