Skip to content
Snippets Groups Projects
Commit 2c222e4f authored by JunGu Kang's avatar JunGu Kang
Browse files

Fix Lint Error

Change filename from Home.vue to Main.vue
parent 9ef2742f
No related branches found
No related tags found
2 merge requests!37Deploy,!4#3 Add Login View and LoginForm Component
Pipeline #4108 passed
<template> <template>
<div class="home"> <div class="main">
</div> </div>
</template> </template>
<script> <script>
export default { export default {
name: 'home', name: 'main',
components: {}, components: {},
}; };
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment