- 博客(3)
- 收藏
- 关注
原创 微信小程序改变手机电量,头部通知的颜色
微信小程序改变电量手机网络的颜色 在app.js里输入以下代码 wx.setNavigationBarColor({ frontColor: '#ffffff', backgroundColor: '#fff', animation: { duration: 1 } }) 已完成!
2021-11-23 14:34:07
1071
原创 2021-10-11
#Error: Framework inner error (expect FLOW_CREATE_NODE but get another) Error: Framework inner error (expect FLOW_CREATE_NODE but get another) 报错原因是因为基础库过高,调低一些
2021-11-23 14:12:19
633
原创 前端 vue v-calendar 日历组件
vue v-calendar 的日历组件的使用 1.安装 npm install v-calendar; import VCalendar from ‘v-calendar’; 在main.js: import VCalendar from ‘v-calendar’; // 引入日历插件 Vue.use(VCalendar, { componentPrefix: ‘vc’ 2.使用 <v-calendar :attributes='attributes' @dayclick="onDayClick"
2021-05-28 17:43:44
4465
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人