chore(with-vuetify): fix lint issue

This commit is contained in:
pooya parsa 2020-07-27 17:56:47 +02:00
parent aebf0ffefd
commit a575a873b0

View File

@ -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>