12 lines
130 B
Vue
12 lines
130 B
Vue
<template>
|
|
<div>
|
|
|
|
<div>
|
|
<h1 class="my-4">Presentación</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</template>
|
|
|