摘要: 创建 useDefer.js文件 import { ref , onUnmounted } from 'vue' export function useDefer(maxCount=100){ const frameCount = ref(0) let rafId; function updateF 阅读全文
posted @ 2023-06-08 13:38 萨拉杨 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1. 实现波浪背景 div{ width: 400px; height: 200px; outline: 2px dashed gray; --c: #2196F3; --w1: radial-gradient(100% 57% at top ,#0000 100%,var(--c) 100.5%) 阅读全文
posted @ 2023-06-08 09:57 萨拉杨 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 在postcss.config.js文件中修改配置 autoprefixer:{ grid:false } 然后重新运行一下就OK了 很干净! 阅读全文
posted @ 2023-05-08 11:03 萨拉杨 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 1.npm:安装node环境,安装地址http://nodejs.cn/download/ npm 淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org 2.webpack : 它主要的用途是通过CommonJS的语法 阅读全文
posted @ 2020-05-20 13:02 萨拉杨 阅读(745) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示