merges deploy stuff and adds form component
This commit is contained in:
parent
335462cfba
commit
24059f8e75
@ -1,9 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<Tutorial />
|
<feedback-form />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import FeedbackForm from '../components/FeedbackForm.vue';
|
||||||
export default {
|
export default {
|
||||||
name: 'IndexPage',
|
name: 'IndexPage',
|
||||||
|
components: { FeedbackForm },
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user