mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(with-vuetify): fix lint issue
This commit is contained in:
parent
aebf0ffefd
commit
a575a873b0
@ -75,9 +75,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
head: {
|
|
||||||
title: 'Nuxt Vuetify Starter'
|
|
||||||
},
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
drawer: true,
|
drawer: true,
|
||||||
@ -98,6 +95,9 @@ export default {
|
|||||||
{ picture: 78, text: 'MKBHD' }
|
{ picture: 78, text: 'MKBHD' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
head: {
|
||||||
|
title: 'Nuxt Vuetify Starter'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user