摘要: ref是vue中的响应组件,可以实现对于页面的响应, 在使用时需要导入包 import {ref} from "vue"; <template> <view> hahahaha <switch @change="onClick" class=""></switch> </view> <view> < 阅读全文
posted @ 2025-02-19 21:58 元始天尊123 阅读(10) 评论(0) 推荐(0)
摘要: 简单了解了模版的基本结构,学习了资源的加载和导入 <template> <view> <image :src="img"></image> </view> </template> <script setup> import {ref} from "vue"; let img=ref("/static 阅读全文
posted @ 2025-02-19 21:56 元始天尊123 阅读(11) 评论(0) 推荐(0)
摘要: 简单学习了Vue的知识,安装了uniapp的开发工具,通过这个工具可以在大多数平台实现小程序的开发 <template> <!-- <view class="box1" hover-class="box2"> Deno1 </view> --> <view> <swiper> <swiper-ite 阅读全文
posted @ 2025-02-19 21:55 元始天尊123 阅读(13) 评论(0) 推荐(0)