Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcjg-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcjg-web
  • src
  • views
  • home
  • index.vue
  • 任超's avatar
    feat:文件夹整理 · 148e4bde
    148e4bde
    任超 committed 2023-02-08 16:24:14 +0800
index.vue 268 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template>
  <screencontent />
</template>
<script>
import screencontent from '@/views/home/dataView/screencontent'
export default {
  name: "home",
  components: {
    screencontent
  }
}
</script>
<style scoped lang="scss">
@import "./dataView/index.scss";
</style>