-
computed: {
wrapClasses () {
return cx({
[`row`]: 1,
[`row-${this.type}`]: this.type,
[`row-${this.type}-${this.align}`]: this.align,
[`row-${this.type}-${thi…
waney updated
8 years ago
-
# tinper教你如何躲过类似Antd圣诞彩蛋所引发的群体事件
> 这个冬天本来就很冷,但 Antd 开发团队有意的一个彩蛋确让部分的 Antd 使用者更加寒冷。
## 1、事件回顾
Antd 是蚂蚁金服前端团队开源的一套企业级的UI设计语言,因其高质量的React组件化实现与企业级中后台交互语言的提炼而备受开发者青睐。但这次惹起争议的就是 Antd 库中暗藏的圣诞彩蛋——一个…
-
2023 年 02 月 发布 ProComponent 2.0 之后,我们一直在做着兼容 antd@4 和 antd@5 的工作,随着时间的推进,2022 年 11 月发布的 antd5 覆盖率已经超过了百分之 60,最近社区也做了一份文件调查,72% 的用户也已经升级到了 antd@5。ProComponent 也是时候轻装上阵去掉 antd@4 的支持来换取更小的包大小,更好的试用…
-
# 前言
本次标题党了,本文并不是踩一捧一的文章,毕竟我也不希望两边的使用者吵起来,或者来喷我。
虽然转到react 后,我也很喜欢react,但我还是希望从客观上对比两者
给希望能给在这两个框架中有选择困难的人提供一些帮助。
实际上,我也算是vue很早一批使用的人了,在vue2.0刚出的2015年,那时我还是只听过angualrJs 的萌新,然后听说vue多好用多好用,什么既有ang…
-
### 这个功能解决了什么问题
移动端-Taro 版本什么时候能上线?
### 你建议的方案是什么
告知上线时间。
-
# change object keys & UpperCase & LowerCase
> `.toLocaleUpperCase();` && `.toLocaleLowerCase();`
```jsx
"use strict";
/**
*
* @author xgqfrms
* @license MIT
* @copyright xgqfrms
…
-
### Discussed in https://github.com/pnpm/pnpm/discussions/4783
Originally posted by **siegaii** May 23, 2022
I'm using pnpm to install packages for my project, and after installing packages, I…
-
**package.json**
---
```
{
"devDependencies": {
"autoprefixer": "^9.6.0",
"cssnano": "^4.1.10",
"gulp": "^3.9.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"…
-
Issue Type:
- [ ] Bug
- [ ] Feature
- [x] Help
Version & Environment:
N/A
Description:
Hi @WittBulter
Seems you are the main contributor of this project. Could you shed light on what…
yinjs updated
6 years ago
-
#### 描述问题:
项目用react^18.2.0,编辑器中拖动组件会警告
console.js:213 Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as…