mrr.sj.front/pages/my/myFavorite.vue

22 lines
161 B
Vue
Raw Normal View History

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>