dev-audioprocessing/pages/setting/index.vue

27 lines
697 B
Vue

<template>
<div>
<div class="row justify-content-center">
<div class="col-12 col-sm-8">
<h4 class="fw-bold text-center pt-5">Account
<nuxt-link to="/setting/editaccount" class="float-end fs-5 pt-1 text-decoration-none" style="color: #e9c046">Edit</nuxt-link></h4>
<form>
<div class="row pt-4">
<div class="col-6">
<h5 class="fw-bold text-muted">First Name</h5>
</div>
<div class="col-6">
<h5 class="fw-bold text-end">Michael</h5> </div>
</div>
</form>
</div>
</div>
</div>
</template>
<script>
</script>
<style>
</style>