*.vue: update indentation
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user