更新文档

This commit is contained in:
就眠儀式 2022-02-01 23:26:28 +08:00
parent 724448e965
commit 2543aadc01
8 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
::: title 基础使用
:::
::: demo
::: demo 使用 `lay-avatar` 标签, 创建头像
<template>
<lay-avatar :src="src"></lay-avatar>

View File

@ -4,7 +4,7 @@
::: title 基础使用
:::
::: demo
::: demo 使用 `lay-badge` 标签, 创建徽章
<template>
<lay-badge type="dot"></lay-badge>&nbsp;

View File

@ -87,7 +87,7 @@ export default {
::: title 流式按钮
:::
::: demo 传入 `size` 属性, 创建最大化按钮
::: demo 使用 `fluid` 属性, 创建最大化按钮
<template>
<lay-button type="primary" fluid>最大化按钮</lay-button>
@ -113,7 +113,7 @@ export default {
::: title 圆角按钮
:::
::: demo 传入 `radius` 属性,创建圆角按钮
::: demo 使用 `radius` 属性,创建圆角按钮
<template>
<lay-button type="primary" radius>原始按钮</lay-button>
@ -233,7 +233,7 @@ export default {
::: title 加载按钮
:::
::: demo 传入 `loading` 属性, 控制按钮的加载状态
::: demo 使用 `loading` 属性, 控制按钮的加载状态
<template>
<lay-button-container>

View File

@ -4,7 +4,7 @@
::: title 基础使用
:::
::: demo
::: demo 使用 `lay-card` 标签, 创建卡片组件
<template>
<div class="card-container">

View File

@ -4,7 +4,7 @@
::: title 基础使用
:::
::: demo
::: demo 使用 `lay-input` 标签, 创建输入框
<template>
<lay-input v-model="data1"></lay-input>

View File

@ -4,7 +4,7 @@
::: title 基础使用
:::
::: demo
::: demo 使用 `lay-rate` 标签, 创建评分组件
<template>
<lay-rate v-model="all1"></lay-rate>

View File

@ -5,7 +5,7 @@
:::
::: demo
::: demo 使用 `lay-skeleton` 标签, 创建骨架屏
<template>
<div>

View File

@ -4,7 +4,7 @@
::: title 基础使用
:::
::: demo
::: demo 使用 `lay-switch` 标签, 创建开关
<template>
<lay-switch v-model="active1"></lay-switch>