Event page and started setting up edit/create-new event page.

This commit is contained in:
2019-02-12 18:38:56 +01:00
parent 40e5941bd2
commit e57fdd2c5e
19 changed files with 645 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div id="app" class="container">
<home></home>
<router-view />
</div>
</template>
@@ -8,6 +8,7 @@
<script>
import Vue from 'vue'
import Home from '@/components/Home.vue'
import routes from '@/routes'
export default {
name: 'App',