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

@ -14,15 +14,15 @@ import Navbar from './components/Navbar'
import CatalogEditor from './components/CatalogEditor'
export default {
name: 'App',
components: {
Navbar,
CatalogEditor
},
data () {
return {
//
}
name: 'App',
components: {
Navbar,
CatalogEditor
},
data () {
return {
//
}
}
}
</script>