健康同学微信公众号h5项目
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 1 año
hace 1 año
hace 1 año
hace 1 año
123456789101112131415
  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>