mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 17:50:21 +00:00
Calendar and edit page coming along
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user