mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Started to work on contact page
This commit is contained in:
@@ -2,14 +2,16 @@
|
||||
<div class="intersection_div">
|
||||
<div class="intersection_content test">
|
||||
<h2 class="test">{{ props.text }}</h2>
|
||||
<a :href="props.buttonLink"><div class="button intersection_button_div test">
|
||||
<RouterLink :to="buttonLink"><div class="button intersection_button_div test">
|
||||
<p>{{buttonText}}</p>
|
||||
</div></a>
|
||||
</div></RouterLink>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { RouterLink } from 'vue-router';
|
||||
|
||||
const props = defineProps({
|
||||
text:{
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user