Files
pupil/packageMy/browseHistory/browseHistory.vue
2023-01-31 00:14:42 +08:00

17 lines
201 B
Vue

<template>
<view>
<productsBtn :type="2" ref="browseHistory"></productsBtn>
</view>
</template>
<script>
export default {
data() {
return {
type: ''
}
},
methods: {}
}
</script>