You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
153 B
Vue

11 months ago
<template>
<div>
11 months ago
<my-tabbar></my-tabbar>
11 months ago
</div>
</template>
<script>
export default {
name: "my"
}
</script>
<style scoped lang="scss">
</style>