Skip to content

Daily/shina#12

Merged
RobinYang11 merged 6 commits intoRobinYang11:mainfrom
MaydeNana:daily/shina
Mar 27, 2023
Merged

Daily/shina#12
RobinYang11 merged 6 commits intoRobinYang11:mainfrom
MaydeNana:daily/shina

Conversation

@MaydeNana
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Owner

@RobinYang11 RobinYang11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码不要 往 main 分支上推 推到dev 分支
vue 项目用 npm run vue 启动 不用改webpack

export default function Table(props: ITableProps) {
const { data, cols, className } = props;
export default function Table<RowType extends Record<string, any>>(props: ITableProps<RowType>) {
const { data: OutData, cols: OutCols, className } = props;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码不要 往 main 分支上推 推到dev 分支

vue 项目用 npm run vue 启动 不用改webpack

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vue写的 用npm run vue的路径指向src/react/_test.tsx所以我改了路径

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我就不往dev推了,所有的人都在上改代码 ,不是覆盖就是被覆盖 Daily/shina 就是我的分支

Copy link
Copy Markdown
Owner

@RobinYang11 RobinYang11 Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以起一个和别人不一样的名字 比如 NanaTable ,解决冲突也是一种能力,我们日常开发 就是在和冲突打交道。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已经合并推送dev分支,vue/App.vue中我的部分已经标出

@RobinYang11 RobinYang11 merged commit 8da31a8 into RobinYang11:main Mar 27, 2023
@RobinYang11 RobinYang11 mentioned this pull request Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants