PJob-prisma/pages/test.vue

10 lines
145 B
Vue
Raw Normal View History

2024-04-12 10:23:44 +00:00
<style scoped></style>
<template>
<CreateBox />
</template>
<script setup lang="ts">
useHeadSafe({ title: "校园后台登录" });
</script>