Logo white

BJ_web_developers / dyitoc

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • dyitoc
  • src
  • components
  • headerCommon.vue
  • init
    33e9c5c3
    liuqimichale authored
    2018-11-28 16:20:12 +0800  
    Browse Code ยป
headerCommon.vue 302 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>
  <div class="headercommon">

  </div>
</template>

<script>
export default {
  name: 'HelloWorld',
  data() {
    return {
      msg: 'Welcome to Your Vue.js App'
    }
  }
}
</script>


<style scoped>
  .headercommon {
    width: 100%;
    height: 77px;
    background: #f00;
  }
</style>