mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
docs: 修改教程1中的错误描述
This commit is contained in:
parent
31d60eb1ba
commit
78fe83bddc
@ -39,7 +39,7 @@ cd hello-world
|
|||||||
└─ test
|
└─ test
|
||||||
└─ src
|
└─ src
|
||||||
├─ APP.vue
|
├─ APP.vue
|
||||||
├─ main.vue
|
├─ main.ts
|
||||||
└─ components
|
└─ components
|
||||||
└─ HelloWorld.vue
|
└─ HelloWorld.vue
|
||||||
└─ vue.config.js
|
└─ 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
|
```ts
|
||||||
import 'element-plus/dist/index.css';
|
import 'element-plus/dist/index.css';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user