Skip to content

Commit

Permalink
perf:update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDanny committed Mar 18, 2021
1 parent ab34c8e commit 0f67d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/apiTest/apiTestCase/viewCaseInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ export default {
},
caseInfoDetail: {
type: Object,
default: {}
default: null
}
},
data () {
return {
tempPageTitle: '用例详情',
tempPageTitle: '用例详情'
}
},
methods: {
Expand Down

0 comments on commit 0f67d30

Please sign in to comment.