更新 README.md
This commit is contained in:
parent
e6f1dc1b85
commit
e2194a8d67
10
README.md
10
README.md
@ -8,10 +8,6 @@
|
|||||||
A component library for Vue 3 base on layui
|
A component library for Vue 3 base on layui
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/v/@layui/layui-vue.svg?sanitize=true" alt="Version"></a>
|
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/v/@layui/layui-vue.svg?sanitize=true" alt="Version"></a>
|
||||||
<a href="https://www.npmjs.com/package/layui"><img src="https://img.shields.io/npm/l/layui.svg?sanitize=true" alt="License"></a>
|
<a href="https://www.npmjs.com/package/layui"><img src="https://img.shields.io/npm/l/layui.svg?sanitize=true" alt="License"></a>
|
||||||
@ -19,6 +15,8 @@
|
|||||||
<a href="https://coveralls.io/r/sentsin/layui?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/sentsin/layui/master.svg"></a>
|
<a href="https://coveralls.io/r/sentsin/layui?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/sentsin/layui/master.svg"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 安装 / Install
|
## 安装 / Install
|
||||||
@ -40,9 +38,9 @@ import App from './App.vue'
|
|||||||
createApp(App).use(Layui).mount('#app')
|
createApp(App).use(Layui).mount('#app')
|
||||||
```
|
```
|
||||||
|
|
||||||
## 例子 / Example
|
## 入门 / Started
|
||||||
|
|
||||||
我们在主页上有不少例子,这是让你入门的第一个:
|
我们在主页上有不少例子,这是让你入门的第一个 :
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user