07 2024 档案

摘要:组件代码/components/float-bubble.vue <template> <transition> <div ref="dragArea" class="drag-area" @touchstart.stop="handleTouchStart" @touchmove.prevent. 阅读全文
posted @ 2024-07-30 10:22 huihuihero 阅读(426) 评论(0) 推荐(0) 编辑
摘要:1、在plugins目录下新建terminalToggle.js,写入以下代码 (function () { let sUserAgent = navigator.userAgent.toLowerCase(); let isIpad = sUserAgent.match(/ipad/i) == " 阅读全文
posted @ 2024-07-15 09:57 huihuihero 阅读(48) 评论(0) 推荐(0) 编辑
摘要:1、项目配置资源管理器不要用yarn,要用npm,不然可能会出问题 2、缩放适配 参考:https://blog.csdn.net/weixin_44599931/article/details/136539941 坑点:不要用postcss-px2rem,会和nuxt引入公共css冲突,改用pos 阅读全文
posted @ 2024-07-09 14:49 huihuihero 阅读(66) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示