LogoHeader 수정
This commit is contained in:
parent
7787f77a29
commit
372d12edb7
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="d-flex justify-content-center align-items-center vh-100">
|
<div class="d-flex justify-content-center align-items-center vh-100">
|
||||||
<div class="container container-p-y rounded bg-white" style="max-width: 500px">
|
<div class="container container-p-y rounded bg-white" style="max-width: 500px">
|
||||||
<LogoHeader :logo-url="logoUrl" title="LOCALNET" />
|
<LogoHeader title="LOCALNET" />
|
||||||
<LoginForm @submit="handleSubmit" />
|
<LoginForm @submit="handleSubmit" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user