Logo

GitLab

Sign in

黄尔冬 / net_iou

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • net_iou
  • views
  • layouts
  • default.vue
  • [bug]remove useless part
    9c542111
    黄尔冬 authored
    2018-03-16 10:21:13 +0800  
    Browse Code »
default.vue 332 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<template>
  <v-app dark id="main-container">
    <nuxt />
  </v-app>
</template>

<script>
  export default {
    data() {
      return {
        
      }
    }
  }
</script>

<style lang="scss" >
  #main-container {
   background-color: $background-black; 
  }
  .toolbar-grey {
    background-color: $toolbar-grey;
  }

</style>