Fix indentions

This commit is contained in:
Sam Carlton 2020-09-19 15:41:03 -05:00
parent 58f118a9dc
commit c363f3b182
3 changed files with 25 additions and 27 deletions

View file

@ -22,8 +22,6 @@ import Logo from '~/components/Logo.vue'
import appList from '~/assets/app-list.json' import appList from '~/assets/app-list.json'
// import buildAppList from '~/helpers/build-app-list' // import buildAppList from '~/helpers/build-app-list'
console.log('appList', appList)
export default { export default {
components: { components: {
Logo Logo