arco-design-vue
arco-design-vue copied to clipboard
feat(spin): spin delay loading and custom style
Types of changes
- [x] New feature
- [ ] Bug fix
- [x] Enhancement
- [x] Component style change
- [ ] Typescript definition change
- [x] Documentation change
- [ ] Coding style change
- [ ] Refactoring
- [ ] Test cases
- [ ] Continuous integration
- [ ] Breaking change
- [ ] Others
Background and context
Solution
How is the change tested?
Changelog
| Component | Changelog(CN) | Changelog(EN) | Related issues |
|---|---|---|---|
| spin | 容器块元素设置 | container block element settings | - |
| spin | delay 设置延迟加载 | delay setting delayed loading | - |
| spin | 自定义容器样式和类名 | custom container style and class name | - |
| spin | 支持 tip 插槽 | support tip slot | - |
Checklist:
- [ ] Test suite passes (
npm run test) - [ ] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
- [ ] Changes are submitted to the appropriate branch (e.g. features should be submitted to
featurebranch and others should be submitted tomainbranch)
Other information
❗️不需要合并,仅做调整记录(后续更新会提交新的pr)
- [ ] fullscreen
- [ ] 静态方法调用
- [ ] 指令(RFC)是否有添加的必要?在存在包裹组件 Spin 的情景下,或许比指令更易使用(属性冲突也会少-参考 el-element-plus v-loading about attrs)