Skip to content

Commit a938f1d

Browse files
committed
[FEATURE]modify the props
1 parent 950d5a4 commit a938f1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/views/components/dialogComponents/newContractInputInfo.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
<script>
5252
export default {
5353
name: 'NewContractInputInfo',
54-
props: ['showDialog'],
54+
props: {
55+
showDialog: Boolean
56+
},
5557
data() {
5658
return {
5759
form: {

0 commit comments

Comments
 (0)