lanan-repair/pages/my/cardRoll.vue
2024-09-22 15:07:01 +08:00

25 lines
256 B
Vue

<template>
<view>
</view>
</template>
<script>
import VNavigationBar from '@/components/VNavigationBar.vue'
export default {
components: {
VNavigationBar,
},
data() {
return {
};
}
}
</script>
<style lang="less">
</style>