File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change
1
+ <script >
2
+ export default {
3
+ props: [' contacts' ],
4
+ };
5
+ </script >
6
+
1
7
<template >
2
- <!-- Contact details -->
3
8
<div class =" w-full md:w-1/2" >
4
9
<div class =" text-left max-w-xl px-6" >
5
10
<h2
31
36
</div >
32
37
</template >
33
38
34
- <script >
35
- export default {
36
- props: [' contacts' ],
37
- };
38
- </script >
39
-
40
39
<style lang="scss" scoped></style >
Original file line number Diff line number Diff line change
1
+ <script >
2
+ import Button from ' ../reusable/Button.vue' ;
3
+ export default { components: { Button } };
4
+ </script >
5
+
1
6
<template >
2
- <!-- Contact form -->
3
7
<div class =" w-full md:w-1/2" >
4
8
<div
5
9
class =" leading-loose max-w-xl m-4 p-7 bg-secondary-light dark:bg-secondary-dark rounded-xl shadow-xl text-left"
88
92
</div >
89
93
</template >
90
94
91
- <script >
92
- import Button from ' ../reusable/Button.vue' ;
93
- export default { components: { Button } };
94
- </script >
95
-
96
95
<style lang="scss" scoped></style >
You can’t perform that action at this time.
0 commit comments