⬆️ 升级 vue 3.2.24

This commit is contained in:
就眠儀式
2021-12-07 18:25:49 +08:00
parent a365fb30db
commit 4c39705dab
10 changed files with 119 additions and 19 deletions

View File

@@ -1,10 +1,9 @@
::: title 快速上手
:::
<br>
<br>
::: describe 1.使用 npm 下载
::: describe 1. 使用 npm 下载
:::
```
@@ -13,7 +12,7 @@ npm install @layui/layui-vue --save
<br>
::: describe 2.在 main.ts 中依赖
::: describe 2. 在 main.ts 中依赖
:::
```js
@@ -27,7 +26,7 @@ createApp(App).use(Layui).mount('#app')
<br>
::: describe 3.在 index.vue 使用
::: describe 3. 在 index.vue 使用
:::
```html