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

任超 / js.CadastralSystem

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
  • CadastralSystem
  • src
  • views
  • gzw
  • index.vue
  • zhaoqian's avatar
    构筑物 · 54efdc3e
    54efdc3e
    zhaoqian committed 2020-12-29 15:37:53 +0800
index.vue 235 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<template>
    <gzwInfo></gzwInfo>
</template>

<script>
    import gzwInfo from './jbxx/index';
    export default {
        name: "index",
        components:{
            gzwInfo,
        },
    }
</script>

<style scoped>

</style>