Jingsong Gao

Results 13 comments of Jingsong Gao

微信小程序插件也会出现相同的问题,因为此时 `compiler.options.entry.app` 并不存在,`entry` 应当是插件的 `page`

https://g2plot.opd.cool

When will this PR be merged? is anyone working on this?

@TharinduDG please provide a mini showcase or base options

There is no such issue with same config in CodeSandbox [![Edit g2plot-react-example (forked)](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/g2plot-react-example-forked-up85s1?fontsize=14&hidenavigation=1&module=%2Fsrc%2Fline.tsx&theme=dark)

> > `y.app` 并不存在,`entry` 应当是插件的 > > 请问如何修复呢? 不要使用 webpack5 编译模式

sorry for not use issue template, this issue is create with code reference directly

`MenuItem` and `SubMenu` is wrapped by `div` in `MenuContent` component, this make css `child combinator`(`>`) selector not work. For example `less` styles in [`common`](https://github.com/Tencent/tdesign-common/blob/50bcb279b7ced6dea5b0d359972156c7e7c00124/style/web/components/menu/_index.less#L278-L291) ```less & > *:not(.@{prefix}-menu-group) { &:not(:first-child)...

`Menu` in TDesign Site: ![image](https://github.com/Tencent/tdesign-vue-next-starter/assets/6930280/65a36563-58d7-45d4-b1cb-f1494c7fdd9c) `Menu` in Starter: