back-end done
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="col-12 mb-3">
|
||||
<div class="row align-items-center justify-content-end admin-title-bar">
|
||||
<h2>{{title}}</h2>
|
||||
<slot/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
title: {
|
||||
required: true
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user