04 2021 档案
如何解决Duplicate plugin/preset detected. If you‘d like to use two separate instance
摘要:{ "presets": [ ["env", { "targets": { "browsers": ["> 2%"] }, "useBuiltIns": true }] ], "plugins": [ [ "component", { "libraryName": "element-ui", "st
阅读全文
node-sass img-loader 构建编译报错
摘要:run 启动项目报一下错误 解决方案:npm rebuild node-sass 接着报img-loader 解决办法是降低img-loader版本
阅读全文
面试星球:Day189
摘要:function test() { console.log("out"); } (function () { if (false) { function test() { console.log("in"); } } test(); })(); 解析:可以这样理解,找到所有用function声明的变
阅读全文
如何理解emitter.js里面的dispatch和broadcast
摘要://这里面的核心思想是通过递归或遍历来查找要broadcast或dispatch的组件名字,然后在组件自身上emit与on function broadcast(componentName, eventName, params) { this.$children.forEach(child => {
阅读全文
iphoneX系列手机解决底部按钮兼容问题/底部小黑条在微信小程序和H5的屏幕适配
摘要:1、解决方案一 先判断是否是苹果然后判断监听可视区域值得变化,变大说明此时为home键存在情况,变小则说明出现了底部导航条,根据这个变化改变底部按钮得padding-bottom值 具体参考:https://blog.csdn.net/yao_1063066968/article/details/1
阅读全文
浙公网安备 33010602011771号