Sivan
Sivan
- [ ] 修改模板链接范围; - [x] 增加新模板说明; - [x] 演示页增加工具条,包含: - [x] 跳会相应文档页按钮; - [x] 1.5、2.0 版本代码切换; - [ ] 配置演示页布局形式按钮; - [x] 一键复制代码按钮
组件 CSS 需在跟进引进 core-css 中的 `component-reset()`,防止默认字体、颜色等样式污染。 示例: ``` scss .hi-dropdown { @include component-reset(); // ... } ```
When I work between multiple projects, always got 'Error: listen EADDRINUSE' like #33. I know the reason is some other task(maybe another gulp-livereload) is running, a port conflict is on...
翻译里这个代码版本是错的,两段代码不等价。官方最新的示例是对的。