lanan-repair/pages/my/cardRoll.vue

25 lines
256 B
Vue
Raw Normal View History

2024-09-22 15:07:01 +08:00
<template>
<view>
</view>
</template>
<script>
import VNavigationBar from '@/components/VNavigationBar.vue'
export default {
components: {
VNavigationBar,
},
data() {
return {
};
}
}
</script>
<style lang="less">
</style>