You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
268 B

10 months ago
<template>
<view class="index-content">
10 months ago
1
10 months ago
</view>
</template>
<script>
export default { data() {
return {
10 months ago
10 months ago
}
},
methods: {
10 months ago
10 months ago
},
onLoad: function() {},
10 months ago
10 months ago
}
</script>
<style scoped lang="scss">
10 months ago
10 months ago
</style>