• This project
    • Loading...
  • Sign in

Hooke / custom_form

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • custom_form
  • src
  • pages
  • auth
  • index.vue
  • hookehuyr's avatar
    新增页面,处理重定向到表单页面 · 5f3695fa
    5f3695fa Browse Files
    hookehuyr authored 2023-03-24 11:30:53 +0800
index.vue 342 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!--
 * @Date: 2023-03-24 11:27:11
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2023-03-24 11:27:28
 * @FilePath: /custom_form/src/pages/auth/index.vue
 * @Description: 文件描述
-->
<template>
  <div class=""></div>
</template>

<script setup>
import { ref } from 'vue'

</script>

<style lang="less" scoped>
</style>