摘要: 虽然不影响使用, 但是看着很烦. 原因: 因为node-modules中的sockjs-node有问题,它是一个JavaScript库,提供跨浏览器JavaScript的API,创建了一个低延迟、全双工的浏览器和web服务器之间通信通道。在项目运行以后,network会一直调用这个接口。如果没有使用 阅读全文
posted @ 2020-09-30 19:15 noraZhang 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 整体引入: Converts import { Button } from 'components' to var button = require('components/lib/button') require('components/lib/button/style.css') 按需引入: C 阅读全文
posted @ 2020-09-30 18:39 noraZhang 阅读(1549) 评论(0) 推荐(0) 编辑