mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-19 11:36:55 +01:00
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>
|