update README.md.
This commit is contained in:
parent
61b0591bb5
commit
00513e2b4f
12
README.md
12
README.md
@ -52,8 +52,16 @@ app.mount('#app')
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<template>
|
<template>
|
||||||
<lay-button>默认按钮</lay-button>
|
<lay-layout>
|
||||||
<lay-button type="primary">重要按钮</lay-button>
|
<lay-header>
|
||||||
|
<lay-logo>Layui Admin</lay-logo>
|
||||||
|
</lay-header>
|
||||||
|
<lay-side></lay-side>
|
||||||
|
<lay-body>
|
||||||
|
<router-view></router-view>
|
||||||
|
</lay-body>
|
||||||
|
<ay-footer>pearadmin.com</lay-footer>
|
||||||
|
</lay-layout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user