12 lines
186 B
Vue
12 lines
186 B
Vue
<script lang="ts" setup>
|
|
import { AuthPageLayout } from '@vben/layouts';
|
|
</script>
|
|
|
|
<template>
|
|
<AuthPageLayout
|
|
:copyright="false"
|
|
:toolbar="false"
|
|
minimal
|
|
/>
|
|
</template>
|