clen cat

Results 9 issues of clen cat

**Describe the bug** ```html dayjs.extend(window.dayjs_plugin_advancedFormat) dayjs.extend(window.dayjs_plugin_customParseFormat) dayjs.extend(window.dayjs_plugin_weekOfYear) dayjs.extend(window.dayjs_plugin_weekYear) var date = dayjs("2022-31", "YYYY-ww").toDate() console.log(date); // Sat Jan 01 2022 00:00:00 GMT+0800 (中国标准时间) console.log(dayjs(date).format('YYYY-ww')); // 2022-01 ``` **Expected behavior** ```js console.log(dayjs(date).format('YYYY-ww'));...

会报错!!! npm ERR! could not determine executable to run npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\devserve\AppData\Local\npm-cache\_logs\2021-03-15T10_24_35_050Z-debug.log

```js const w = require('happy-dom'); const window = new w.Window(); const document = window.document; document.body.innerHTML = ''; const container = document.querySelector('.container'); container.addEventListener( 'click', () => { console.log('hello'); }, { once:...

移动端也是个挺常用的组件,未来会支持么?

help wanted

## Types of changes - [ ] New feature - [ ] Bug fix - [x] Enhancement - [ ] Component style change - [ ] Typescript definition change -...

type: enhancement

This playground is much nicer and more comfortable to use. Can useMonaco be referenced independently? It would allow more developers to use.

### 问题的清晰而简明的描述 useModal 目前只提供 ModalProps ,没有提供默认 slot 入口,无法定制化 modal 里的内容,只能使用预设 在 [ModalProvider.ts](https://github.com/tusen-ai/naive-ui/blob/main/src/modal/src/ModalProvider.ts) 中 [此处](https://github.com/TuSimple/naive-ui/blob/35cf7891b941a359fb1a1846eebce303a96ebd5b/src/modal/src/ModalProvider.ts#L132) 并没有 slot 入口 ![image](https://github.com/tusen-ai/naive-ui/assets/37403253/5bd82a90-1b5e-4c55-b671-91ccdd274899) ### 建议的解决方案 是否可以添加 `slot` 或 `render` api 以支持定制化展示 ### 备选方案 _No response_...

feature request

### Problem Description Currently, when logging multi-line messages, the secondary and subsequent lines are not aligned with the log level prefix, which affects readability. **Current behavior:** ```bash Info This is...