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
  • title 总计 简单封装
    09015c8f
    liuqimichale authored
    2018-11-28 18:27:46 +0800  
    Browse Code »
headerCommon.vue 357 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 26
<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: url("../assets/img/headerbg.svg");*/
    background: #f00;
  }
</style>