Files
pupil/packageMy/browseHistory/browseHistory.vue
2023-01-05 21:57:51 +08:00

16 lines
166 B
Vue

<template>
<view>
<productsBtn :type="1"></productsBtn>
</view>
</template>
<script>
export default {
data() {
return {
type: ''
}
}
}
</script>