Improved account status notifications in the dashboard

This commit is contained in:
2022-02-07 20:02:46 +00:00
parent 09e48544d1
commit 1c9f223d3f
3 changed files with 15 additions and 60 deletions

View File

@@ -1,23 +0,0 @@
<template>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-header">Example Component</div>
<div class="card-body">
I'm an example component.
</div>
</div>
</div>
</div>
</div>
</template>
<script>
export default {
mounted() {
console.log('Component mounted.')
}
}
</script>