早晨海风
早晨海风
### Describe the bug the expansion of the auth directive function is employed, whereby each procurement of authorization is identical, as though it has been cached. ```javascript import { getDirective,...
重构 js 版本
构建工具换成 webpack
app.container 和 'viewport' 关系改进
css 样式规范及加载方式设计
研究 webpack 资源分文件加载,则不是现在的文件直接加载
superagent、waterline 等库,若没用到,则不引用她
拦截器白名单机制与自己后台请求放行问题
视图平移增加限制后,能否有办法给上下左右配置一点边距,目前是刚好不能移动过去,会给人一总没有显示全的错觉 const app = new App({ tree: { type: 'design' }, zoom: { min: 0.05, max: 5 }, move: { scroll: 'limit', dragOut: true, }, ...