Reorganize resources/js folder

This commit is contained in:
Bubka
2020-01-16 13:50:53 +01:00
parent 876aeec27d
commit d9b8419ac9
4 changed files with 38 additions and 32 deletions

View File

@ -0,0 +1,19 @@
<template>
<div class="section main-section">
<main class="py-4">
<router-view></router-view>
</main>
</div>
</template>
<script>
export default {
name: 'App',
data(){
return {
}
}
}
</script>