*.vue: update indentation

This commit is contained in:
Seth Ladygo
2019-04-03 00:09:09 -07:00
parent 9bf32f3d32
commit 3037aa6026
5 changed files with 74 additions and 74 deletions

View File

@ -19,9 +19,9 @@
<script>
export default {
data: () => ({
foo: true
})
data: () => ({
foo: true
})
}
</script>