Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: 将部分组件上的 lay-id 属性重命名为 lay-${MOD_NAME}-id #1898

Merged
merged 1 commit into from
May 15, 2024

Conversation

Sight-wcg
Copy link
Collaborator

@Sight-wcg Sight-wcg commented May 13, 2024

😃 本次 PR 的变化性质

请至少勾选一项

  • 功能新增
  • 问题修复
  • 功能优化
  • 分支合并
  • 其他改动:请在此处填写

🌱 本次 PR 的变化内容

✅ 本次 PR 的满足条件

请在申请合并之前,将符合条件的每一项进行勾选

  • 已提供在线演示地址(如:codepen, stackblitz)或无需演示
  • 已对每一项的改动均测试通过
  • 已提供具体的变化内容说明

Copy link

stackblitz bot commented May 13, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@@ -60,6 +60,7 @@ layui.define(['table'], function (exports) {

// 字符
var MOD_NAME = 'treeTable';
var MOD_ID = 'lay-table-id';
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

treeTable 由 table 扩展而来,MOD_ID 不变

@Sight-wcg Sight-wcg changed the title chore: 将部分组件上的 lay-id 属性重命名为 lay-${MOD_NAME}-id refactor: 将部分组件上的 lay-id 属性重命名为 lay-${MOD_NAME}-id May 13, 2024
@sentsim sentsim merged commit bd1e5c3 into layui:main May 15, 2024
@Sight-wcg Sight-wcg deleted the chore/lay-id branch May 20, 2024 10:54
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.

dropdown 的设置lay-id会覆盖原有的lay-id属性· 在tab标签上使用dropdown就会有问题
2 participants