Skip to content

Commit 72c8ba7

Browse files
authored
Update src/components/problem/list.vue
1 parent fe69f90 commit 72c8ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/problem/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
:total="data_count"
6060
:process="process"
6161
:default_sort="{prop: 'pid', order: 'ascending'}"
62-
:title="title"
62+
:costumData="{title:this.title}"
6363
/>
6464
</el-card>
6565
</div>

0 commit comments

Comments
 (0)