Added prototype of contact
This commit is contained in:
16
src/views/Contact.vue
Normal file
16
src/views/Contact.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="contact">
|
||||
<h1>{{ $route.meta.title }}</h1>
|
||||
<p>Witam wszystkich bardzo serdecznie!</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Contact'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user