mand-mobile/components/scroll-view/test/scroll-view-content.vue

18 lines
225 B
Vue

<template>
<div class="scroll-view-content"></div>
</template>
<script>
export default {
data() {
return {
list: 100,
}
},
}
</script>
<style lang="stylus">
.scroll-view-content
height 800px
</style>