Skip to content

Commit 4b78698

Browse files
committed
修复title不显示的问题
1 parent 8d6df82 commit 4b78698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

02.Components/Part-2/demo/step02.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ <h1 class="dialog-title">{{ title }}</h1>
8787
data: function() {
8888
return {
8989
mode: 0,
90-
item: {}
90+
item: {},
91+
title: ''
9192
}
9293
},
9394
props: ['dataList', 'columns', 'searchKey'],

0 commit comments

Comments
 (0)