mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 17:26:38 +08:00
8 lines
100 B
Vue
8 lines
100 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<LookForward />
|
|
</template>
|
|
|
|
<style scoped></style>
|