Skip to content

Commit

Permalink
fix: 增加文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Oct 24, 2023
1 parent c39651c commit 63eff5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/views/crud/feature/export/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<template>
<fs-page>
<template #header>
<div class="title">导出</div>
<div class="more">
<a target="_blank" href="http://fast-crud.docmirror.cn/api/crud-options/toolbar.html#export"
>文档</a
>
</div>
</template>
<fs-crud ref="crudRef" v-bind="crudBinding">
<template #toolbar-left>
<n-form :inline="true" label-placement="left" :show-feedback="false">
Expand Down

0 comments on commit 63eff5b

Please sign in to comment.