Files
barter-app/barter-app-main/barter-app/pages/equity/search.vue
zhangmanman 409eb507f3 同步代码
2021-09-15 17:30:46 +08:00

23 lines
168 B
Vue

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