2021-11-20 vue3中引入element-plus的Icon vue3中引入element-plus的Icon最近使用element-plus开发项目,发现element-plus废弃了Font Icon 使用了 SVG Icon。需要在全局注册组件,或者按需引用。 阅读全文…
2021-10-16 vue3的生命周期 vue3的生命周期vue3的生命周期对比vue2没有大的改变,只有beforeDestroy和destroyed换了名字,换成beforeUnmount和unmounted。注:如果在组合式API里面使用生命周期的变动就多了。 阅读全文…
2021-09-24 切换node版本项目Saas报错 切换node版本项目Saas报错Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime 阅读全文…
2021-08-22 css粘性定位实现table表头和列固定 css实现table表头和列固定需求分析:实现table表头和固定列定位,滚动位置不变,这里采用positons: sticky粘性定位来实现。 阅读全文…
2020-06-27 nativefier 一行命令生成桌面应用 nativefier 一行命令生成桌面应用nativefier 可以快速生成可执行文件(.app,.exe,等),在Windows,MacOS和Linux的使用。 阅读全文…
2020-06-14 解决node-sass安装失败 解决node-sass安装失败node-sass 安装时需要下载一个node-sass …binding.node 文件,所以设置了淘宝源还是经常安装失败。还需要配置 sass_binary_site 阅读全文…