feat: refactor layouts and login components
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="d-flex align-center">
|
||||
<span class="text-h5 font-weight-bold text-primary">{{ title }}</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineProps({
|
||||
title: {
|
||||
type: String,
|
||||
default: 'Login PageS',
|
||||
},
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user