Yuxuan Huo
Results
2
issues of
Yuxuan Huo
To reproduce the issue, check this https://github.com/yuxuan/less-plugin-functions-issue. The less code: ``` @padding: 12px; .cls { padding-right: calc(@padding - var(--width)); } ``` if compile with `LessPluginFunctions`, it would throw `Cannot read...
Now `changeSelect` and `goInput` are tied up one `li`, is that possible to separate them as individual component? 是否可以将 `changeSelect` 和 `goInput` 分出来,作为独立的组件?