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

28 lines
328 B

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