*.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

@ -37,14 +37,14 @@
<script>
export default {
data: () => ({
seasons: [ 'SS19', 'FW19', 'SS20' ],
regions: [ 'US', 'Canada', 'Mexico' ],
season: null,
region: null,
name: null,
ispublic: true
})
data: () => ({
seasons: [ 'SS19', 'FW19', 'SS20' ],
regions: [ 'US', 'Canada', 'Mexico' ],
season: null,
region: null,
name: null,
ispublic: true
})
}
</script>