Calendar and edit page coming along

This commit is contained in:
2019-02-12 20:58:07 +01:00
parent e57fdd2c5e
commit 93e0542c19
7 changed files with 237 additions and 29 deletions

View File

@@ -7,16 +7,19 @@
</div>
<!-- <map-view :cords="cords"></map-view> -->
<!-- <calendar></calendar> -->
<gallery></gallery>
</div>
</template>
<script>
import Gallery from '@/components/Gallery'
import Calendar from '@/components/Calendar'
export default {
components: {
Gallery
Gallery, Calendar
},
props: ['id'],
data() {