From 78fe83bddc06587df2562770146f13c567525b9a Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 12 Aug 2022 12:47:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=95=99=E7=A8=8B1?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/tutorial/hello-world.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/tutorial/hello-world.md b/docs/src/tutorial/hello-world.md index b3c341de..ef2138d7 100644 --- a/docs/src/tutorial/hello-world.md +++ b/docs/src/tutorial/hello-world.md @@ -39,7 +39,7 @@ cd hello-world └─ test └─ src ├─ APP.vue - ├─ main.vue + ├─ main.ts └─ components └─ HelloWorld.vue └─ vue.config.js @@ -56,7 +56,7 @@ npm install --save @tmagic/editor @tmagic/form @tmagic/stage element-plus ## 注册组件 -将以下代码覆盖到src/magic.ts中 +将以下代码覆盖到src/main.ts中 ```ts import 'element-plus/dist/index.css';