2018-01-19 13:07:38 +00:00
|
|
|
<template>
|
|
|
|
<div class="child">
|
|
|
|
<h1>Profile</h1>
|
2018-07-12 12:03:50 +00:00
|
|
|
<div class="spacer" style="width: 100%; height: 3000px; background: grey"/>
|
2018-01-19 13:07:38 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
transition: 'fade'
|
|
|
|
}
|
|
|
|
</script>
|