Skip to content

Commit

Permalink
chore(with-vuetify): fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 27, 2020
1 parent aebf0ff commit a575a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-vuetify/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@

<script>
export default {
head: {
title: 'Nuxt Vuetify Starter'
},
data () {
return {
drawer: true,
Expand All @@ -98,6 +95,9 @@ export default {
{ picture: 78, text: 'MKBHD' }
]
}
},
head: {
title: 'Nuxt Vuetify Starter'
}
}
</script>

0 comments on commit a575a87

Please sign in to comment.