Files
vtj/apps/material/dev/designer/auth.vue
2025-03-13 15:17:58 +08:00

7 lines
109 B
Vue

<template>
<Auth></Auth>
</template>
<script lang="ts" setup>
import { Auth } from '@vtj/pro';
</script>