Skip to content

Commit be35a3a

Browse files
committed
remove title
1 parent 9096a2a commit be35a3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/d2-crud.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d2-crud.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/d2-crud.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:element-loading-background="loadingOptions ? handleAttribute(loadingOptions.background, null) : null"
88
>
99
<div class="d2-crud-title" v-if="title || addMode || $slots.headerButton">
10-
<span>{{title}}</span>
10+
<!-- <span>{{title}}</span>
1111
<div class="fr">
1212
<el-button
1313
v-if="addMode"
@@ -18,7 +18,7 @@
1818
{{addButton ? handleAttribute(addButton.text, '新增') : '新增'}}
1919
</el-button>
2020
<slot name="headerButton"></slot>
21-
</div>
21+
</div> -->
2222
</div>
2323
<div class="d2-crud-body">
2424
<el-table

0 commit comments

Comments
 (0)