ilk commit
This commit is contained in:
11
src/layouts/GuestLayout.vue
Normal file
11
src/layouts/GuestLayout.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="login-w">
|
||||
<main>
|
||||
<slot/>
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
const body = document.getElementById('app')
|
||||
if (body) body.setAttribute('class', 'login-page')
|
||||
</script>
|
||||
Reference in New Issue
Block a user