8 lines
181 B
Vue
8 lines
181 B
Vue
|
<template>
|
||
|
<div class="user-profile panel panel-default">
|
||
|
<user-card-content :user="user"></user-card-content>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script src="./user_profile.js"></script>
|