more make eslint happy
This commit is contained in:
@ -12,7 +12,10 @@
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
text: String,
|
||||
text: {
|
||||
type: String,
|
||||
default: 'Loading...',
|
||||
},
|
||||
show: Boolean,
|
||||
},
|
||||
data: () => ({
|
||||
|
||||
Reference in New Issue
Block a user