12 lines
119 B
Vue
12 lines
119 B
Vue
|
<template>
|
||
|
<div>
|
||
|
Profile
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
|
||
|
export default {
|
||
|
name: 'Profile'
|
||
|
}
|
||
|
</script>
|