12 lines
114 B
Vue
12 lines
114 B
Vue
<template>
|
|
<section>
|
|
hola
|
|
</section>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
layout: 'login'
|
|
}
|
|
</script>
|