• 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
  • index0
  • index.vue
  • 孙玉明's avatar
    0.1 · c1ea4a7b
    c1ea4a7b
    孙玉明 authored 2019-04-10 09:27:26 +0800
index.vue 211 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<template>
  <div class="index0">
  </div>
</template>

<style lang="less" scoped>
.index0 {
  height: 100%;
  background: red;
  color: #fff;
}
</style>

<script>
export default {
  name: "index0"
};
</script>