eslint autofixes for vuetify 2

This commit is contained in:
2019-10-01 23:19:40 -07:00
parent e6e060da80
commit 29cf8b8739
18 changed files with 215 additions and 206 deletions

View File

@ -11,11 +11,11 @@
<script>
export default {
data: () => ({
}),
props: {
text: String,
show: Boolean,
},
data: () => ({
}),
}
</script>