• This project
    • Loading...
  • Sign in

Hooke / print-web

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • print-web
  • src
  • views
  • HomeView.vue
  • hookehuyr's avatar
    🎉 init: 项目初始化 · 7ef11270
    7ef11270
    hookehuyr authored 2023-10-09 10:48:05 +0800
HomeView.vue 141 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>

<template>
  <main>
    <TheWelcome />
  </main>
</template>