老年人评估系统开发记录06(app)
简单学习了Vue的知识,安装了uniapp的开发工具,通过这个工具可以在大多数平台实现小程序的开发

<template>
<!-- <view class="box1" hover-class="box2">
Deno1
</view> -->
<view>
<swiper>
<swiper-item>111111</swiper-item>
<swiper-item>222222</swiper-item>
<swiper-item>333333</swiper-item>
<swiper-item>4444441</swiper-item>
<swiper-item>555555</swiper-item>
<swiper-item>666666</swiper-item>
</swiper>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
// .box1{
// background-color: black;
// width: 200 px;
// heigth: 200 px;
// }
// .box2{
// background-color: blue;
// width: 200 px;
// heigth: 200 px;
// }
</style>

浙公网安备 33010602011771号