Skip to content

Commit e37d650

Browse files
committedNov 14, 2020
initial commit
1 parent 067b102 commit e37d650

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎resources/js/layouts/default.vue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010

1111
<script>
1212
import Navbar from '~/components/Navbar'
13+
import Child from '~/components/Child'
1314
1415
export default {
15-
name: 'MainLayout',
16+
name: 'MainLayout',
1617
17-
components: {
18-
Navbar
19-
}
18+
components: {
19+
Navbar,
20+
Child
21+
}
2022
}
2123
</script>

0 commit comments

Comments
 (0)