• This project
    • Loading...
  • Sign in

Hooke / w4-vux-template

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
  • w4-vux-template
  • src
  • components
  • checkBox
  • test-index-demo.vue
  • hookehuyr's avatar
    test · 8e544940
    8e544940
    hookehuyr authored 2019-01-10 15:26:47 +0800
test-index-demo.vue 238 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<template lang="html">
  <div>
    <demo></demo>
  </div>
</template>

<script>
import demo from './test-index'
export default {
  components: {
    demo
  },
  data ( ) {
    return {

    }
  }
}
</script>

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