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

@ -12,7 +12,10 @@
<script>
export default {
props: {
text: String,
text: {
type: String,
default: 'Loading...',
},
show: Boolean,
},
data: () => ({