more make eslint happy
This commit is contained in:
@ -43,7 +43,12 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['pageTitle'],
|
||||
props: {
|
||||
pageTitle: {
|
||||
type: String,
|
||||
default: 'Title',
|
||||
},
|
||||
},
|
||||
data: () => ({
|
||||
foo: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user