• This project
    • Loading...
  • Sign in

ui / vuedashboard

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
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • vuedashboard
  • src
  • views
  • index1
  • config.vue
  • 孙玉明's avatar
    0.1 · c1ea4a7b
    c1ea4a7b
    孙玉明 authored 2019-04-10 09:27:26 +0800
config.vue 131 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<template>
    <input type="text" placeholder="index1">
</template>

<script>
export default {
    name:'index1Config'
}
</script>