景徳镇旅游微信小程序
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.

25 lines
240 B

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