no message
Former-commit-id: afef3af60139bd559aa150052fc3a72ec2f384a4 Former-commit-id: e2b324d8476ca2a52c625f2aee16972708a43bec Former-commit-id: ab3a3d9097c684c0fb1b54b1a5f228157b2f81ff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<Container type="full">
|
||||
<d2-container type="full">
|
||||
<template slot="header">
|
||||
多环境发布
|
||||
</template>
|
||||
<p>当前是{{$env ? '开发' : '生产'}}环境</p>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="基本示例"
|
||||
@@ -31,7 +31,7 @@
|
||||
<el-input type="textarea" placeholder="在这里检验你的剪贴板 ( text/plain 数据 )"></el-input>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="导出表格">
|
||||
@@ -23,7 +23,7 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<Markdown url="/static/md/插件 - 导出.md"></Markdown>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="导出文本">
|
||||
@@ -17,7 +17,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
<Markdown url="/static/md/插件 - 导出.md"></Markdown>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
:title="`${$t('pub.pageHeader.demo')} 1`"
|
||||
@@ -7,7 +7,7 @@
|
||||
</PageHeader>
|
||||
<DemoI18nControl></DemoI18nControl>
|
||||
<DemoI18n></DemoI18n>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
:title="`${$t('pub.pageHeader.demo')} 2`"
|
||||
@@ -7,7 +7,7 @@
|
||||
</PageHeader>
|
||||
<DemoI18nControl></DemoI18nControl>
|
||||
<DemoI18n></DemoI18n>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="导入 csv"
|
||||
@@ -28,7 +28,7 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<Markdown url="/static/md/插件 - 导入.md"></Markdown>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container>
|
||||
<d2-container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="导入 xlsx"
|
||||
@@ -28,7 +28,7 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<Markdown url="/static/md/插件 - 导入.md"></Markdown>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<Container type="full">
|
||||
<d2-container type="full">
|
||||
<PageIndexArticle
|
||||
title="插件演示"
|
||||
sub-title="D2Admin 集成了许多实用插件">
|
||||
<img src="@/assets/image/logo/w500-plugin.png">
|
||||
</PageIndexArticle>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<d2-container type="ghost">
|
||||
<el-card class="d2-mb">
|
||||
<PageHeader
|
||||
slot="header"
|
||||
@@ -17,7 +17,7 @@
|
||||
<p>获取所有可以获得的数据</p>
|
||||
<el-button type="info" @click="getAll">getAll</el-button>
|
||||
</el-card>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<d2-container type="ghost">
|
||||
<el-card>
|
||||
<div slot="header">
|
||||
<el-button @click="ajax">发送请求</el-button>
|
||||
@@ -14,7 +14,7 @@
|
||||
</el-table>
|
||||
<Markdown url="/static/md/插件 - mock拦截ajax.md"></Markdown>
|
||||
</el-card>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<d2-container type="ghost">
|
||||
<el-card class="d2-mb">
|
||||
<PageHeader
|
||||
slot="header"
|
||||
@@ -16,7 +16,7 @@
|
||||
:mock="mockResult[index]"
|
||||
@reload="doMock(index)">
|
||||
</MockDemoCard>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<d2-container type="ghost">
|
||||
<el-card class="d2-mb">
|
||||
<PageHeader
|
||||
slot="header"
|
||||
@@ -28,7 +28,7 @@
|
||||
:mock="regexp.mocked"
|
||||
@reload="regexpMock()">
|
||||
</MockDemoCard>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<d2-container type="ghost">
|
||||
<el-card class="d2-mb">
|
||||
<PageHeader
|
||||
title="基本示例"
|
||||
@@ -27,7 +27,7 @@
|
||||
<el-card>
|
||||
<Markdown url="/static/md/插件 - timeago.md"></Markdown>
|
||||
</el-card>
|
||||
</Container>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user