.
This commit is contained in:
@@ -1,2 +1,15 @@
|
||||
<template lang="pug">
|
||||
#home
|
||||
Nav
|
||||
Home
|
||||
</template>
|
||||
<script>
|
||||
import Home from '~/components/Home.vue'
|
||||
import Nav from '~/components/Nav.vue'
|
||||
|
||||
export default {
|
||||
name: 'Index',
|
||||
components: { Nav, Home },
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user