瑶都万能墙
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.

27 lines
301 B

7 months ago
  1. <template>
  2. <view class="page">
  3. <tabber select="2" />
  4. </view>
  5. </template>
  6. <script>
  7. import tabber from '@/components/base/tabbar.vue'
  8. export default {
  9. components : {
  10. tabber
  11. },
  12. data() {
  13. return {
  14. }
  15. },
  16. methods: {
  17. }
  18. }
  19. </script>
  20. <style scoped lang="scss">
  21. </style>