Files
pupil/packageMy/browseHistory/browseHistory.vue
2023-01-09 18:05:36 +08:00

19 lines
185 B
Vue

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