123456789101112131415161718192021222324252627282930 |
- <template>
- <view>
- mine
- <canteenTabbar ref="mytabbar"
- current="2"></canteenTabbar>
- </view>
-
- </template>
- <script>
- import canteenTabbar from "../../../components/canteenTabbar.vue"
- export default {
- components: {
- canteenTabbar
- },
- data() {
-
- return {
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style>
- </style>
|