qiang

Results 63 comments of qiang

> > 目前没有处理将 el-menu-item 抽离成一个组件插入 el-menu 的情况。 > > 你这样使用 slot 得到的只是一个组件,不是由 el-menu-item 组成的数组,自然不会生效 > > 希望加入feat list 我尝试了下,目前没有找到渲染插槽里面组件成由 el-menu-item 组成的数组的方法 如果需要实现动态菜单,推荐向 el-menu 里面循环生成 el-menu-item 数组实现。[参考](https://github.com/tolking/element-pro-components/blob/main/src/Menu/Menu.ts)

Some components are dynamically generated based on the content of the slots, and may not be fully rendered on the server side(eq. ElTabs), which needs to be optimized

You can try optimizing it and then submit a PR to ElementPlus

It is indeed here that caused the tab nav not to be fully rendered as a static page on SSR

The configuration seems to be fine, it may be that you have used the `el-override.scss` file elsewhere. You can refer to the [template](https://github.com/element-plus/element-plus-nuxt-starter) to see the differences

vue 组件目前并不能够支持泛型,你的需求目前无法实现。我们需要尽量完善组件库内部类型的推导,不应该使用过多的 `any`。 你可以在 handleSelect 中使用 `as`

Thank for your contribution. IMO, This feature can be implemented through custom slots. It may not be necessary to add these apis to the ElTable.

Thanks for your contribution. This PR contains a lot of other git commit information, which makes the review very difficult. If possible, I suggest you create a new PR.

Thank for your contribution, and if you are interested in translation, you can help us improve [internationalization](https://element-plus.org/en-US/guide/i18n.html) or [documentation](https://element-plus.org/en-US/guide/translation.html).