04区块

<template lang="html">
  <div id="app">
    <div class="header">
      I am header!//头部信息
    </div>
    <div class="tab">
      I am tab//导航区块
    </div>
    <div class="content">
      I am content//内容区块
    </div>
  </div>

</template>

<script type="text/ecmascript-6">
export default {
}
</script>

<style lang="stylus" rel='stylesheet/stylus'>
</style>

You can change the world with your heart,even a lot of changes sometimes unless you won't geiv up....
原文地址:https://www.cnblogs.com/xiongwei2017/p/6643454.html