more make eslint happy

This commit is contained in:
2019-10-02 13:49:20 -07:00
parent a3643dbcb5
commit 287e5a59a9
7 changed files with 27 additions and 9 deletions

View File

@ -11,7 +11,10 @@
<script>
export default {
props: {
title: String,
title: {
type: String,
default: 'Title',
}
},
}
</script>