mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-07-02 00:17:19 +08:00
7 lines
109 B
Vue
7 lines
109 B
Vue
<template>
|
|
<Auth></Auth>
|
|
</template>
|
|
<script lang="ts" setup>
|
|
import { Auth } from '@vtj/pro';
|
|
</script>
|