OfficeApp/subpkg/fixedAssets/fixedAssets.vue

24 lines
270 B
Vue
Raw Normal View History

2023-07-31 14:47:01 +08:00
<template>
<view class=""></view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {},
onShow() {},
methods: {},
onPullDownRefresh() {
uni.stopPullDownRefresh()
}
}
</script>
<style lang="scss">
</style>