lakca
lakca
### This function solves the problem (这个功能解决的问题) 如题,支持通过方法调用对话框时可以选择不提供任何内容预设,即支持[DialogEnvironment](https://github.com/TuSimple/naive-ui/blob/v2.28.2/src/dialog/src/DialogEnvironment.tsx#L129)模块的`default`插槽完全自定义。 目前,只能通过以下类似方式妥协实现: ```ts dialog.create({ title: '', showIcon: false, closable: false, style: { padding: 0 } }) ``` 以及单独覆写一些组件,如`.n-dialog_content`的样式。 ### Expected API (期望的 API)...
### Proposal Provide a command to render selections to html, that is to say replace selections with rendering results. ### Other information Markdown in html block will not be rendered...
## Is your feature request related to a problem? Please describe As a new learner and developer, I was only able to get a limited introduction to the language through...
### What is the problem this feature would solve? Expect an alternative: ```typescript type Options = { name: string, params: {/*...*/}, headers: {/*...*/}, /* ... */ } function xxx(options: Options)...