no message
Former-commit-id: f834dedfbffb630f6562443809d488ebffcf8f43 Former-commit-id: 37e16ee9ed36382673e58ab6da8848426ab953e5 Former-commit-id: fd53d926e044117974afccab729f690d2409e1f2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<d2-container type="card">
|
||||
<d2-container>
|
||||
<div slot="header">
|
||||
<el-button @click="ajax">发送请求</el-button>
|
||||
</div>
|
||||
<el-table v-bind="table" style="width: 100%" class="d2-mb">
|
||||
<el-table v-bind="table" style="width: 100%">
|
||||
<el-table-column
|
||||
v-for="(item, index) in table.columns"
|
||||
:key="index"
|
||||
@@ -11,7 +11,6 @@
|
||||
:label="item.label">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<d2-markdown url="/static/md/插件 - mock拦截ajax.md"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user