chore: update element-plus@1.3.0-beta.1

This commit is contained in:
xiaoxian521
2021-12-31 14:09:59 +08:00
parent e787f46414
commit 07794d000c
9 changed files with 46 additions and 89 deletions

View File

@@ -73,9 +73,7 @@ const guide = () => {
<template>
<div>
<div style="font-size: 18px">
引导页对于一些第一次进入项目的人很有用你可以简单介绍下项目的功能
</div>
<p>引导页对于一些第一次进入项目的人很有用你可以简单介绍下项目的功能</p>
<el-button
type="primary"
style="margin-top: 10px"

View File

@@ -30,12 +30,7 @@ function toDetail(index: number) {
title="标签页复用超出限制自动关闭(使用场景: 动态路由)"
name="tag"
>
<el-button
v-for="index in 6"
:key="index"
size="medium"
@click="toDetail(index)"
>
<el-button v-for="index in 6" :key="index" @click="toDetail(index)">
打开{{ index }}详情页
</el-button>
</el-collapse-item>

View File

@@ -63,9 +63,7 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<div>
<span>GitHub信息</span>
</div>
<span style="font-size: 16px; font-weight: 500">GitHub信息</span>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -97,9 +95,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<div>
<span>GitHub滚动信息</span>
</div>
<span style="font-size: 16px; font-weight: 500"
>GitHub滚动信息</span
>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -131,9 +129,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<div>
<span>GitHub饼图信息</span>
</div>
<span style="font-size: 16px; font-weight: 500"
>GitHub饼图信息</span
>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -165,9 +163,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<div>
<span>GitHub折线图信息</span>
</div>
<span style="font-size: 16px; font-weight: 500"
>GitHub折线图信息</span
>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>
@@ -199,9 +197,9 @@ const openDepot = (): void => {
>
<el-card>
<template #header>
<div>
<span>GitHub柱状图信息</span>
</div>
<span style="font-size: 16px; font-weight: 500"
>GitHub柱状图信息</span
>
</template>
<el-skeleton animated :rows="7" :loading="loading">
<template #default>