健康同学微信公众号h5项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 line
308B

  1. <!-- -->
  2. <template>
  3. <div>
  4. <TabBar />
  5. </div>
  6. </template>
  7. <script>
  8. import TabBar from '@/components/TabBar';
  9. export default {
  10. components: { TabBar },
  11. data() {
  12. return {};
  13. },
  14. created() {},
  15. mounted() {},
  16. methods: {}
  17. };
  18. </script>
  19. <style scoped>
  20. /* @import url(); 引入css类 */
  21. </style>