more make eslint happy
This commit is contained in:
@ -11,7 +11,10 @@
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
title: String,
|
||||
title: {
|
||||
type: String,
|
||||
default: 'Title',
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user