健康同学微信公众号h5项目
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
194B

  1. <template>
  2. <div id="app">
  3. <router-view />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'App'
  9. };
  10. </script>
  11. <style lang="scss">
  12. #app {
  13. font-family: 'SourceHanSansCN';
  14. }
  15. </style>