会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Deajax 倒计时
博客园
首页
新随笔
联系
订阅
管理
2023年9月27日
vue3移动端设置单页面body的背景色
摘要: <script setup> import { onBeforeUnmount, onMounted } from 'vue'; // 设置页面背景颜色 onMounted(() => { document .querySelector("body") .setAttribute("style",
阅读全文
posted @ 2023-09-27 08:39 deajax
阅读(638)
评论(0)
推荐(1)
编辑
公告