chore: 修改 logo 信息

This commit is contained in:
就眠儀式
2022-02-25 13:17:06 +08:00
parent 18c8ff8b4d
commit 5443cfd1ff
6 changed files with 24 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ A few of the things you can do with layui vue:
## 安装
Use npm to install.
使用 npm 安装.
```bash
npm i @layui/layui-vue
@@ -43,7 +43,7 @@ import '@layui/layui-vue/lib/index.css'
createApp(App).use(layui).mount('#app')
```
We have several examples on the [website](http://layui-vue.pearadmin.com). Here is the first one to get you started:
我们在[主页](http://layui-vue.pearadmin.com)上有不少例子,这是让您入门的第一个:
```
<template>