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