kaokei

Results 6 issues of kaokei

### Describe the feature [I have already written a demo that allows for a quick examination of the issue.](https://stackblitz.com/edit/nuxt-starter-bd7c1j?file=package.json) The current issue is as follows: When I run the `npm...

3.x
🍰 p2-nice-to-have
performance

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? I am developing an SSG...

Stale

### Describe the bug 目前的package.json的exports字段是有点问题的。 ![image](https://github.com/rennzhang/codemirror-editor-vue3/assets/82272759/4b67745e-a3fd-4258-9f5a-14e33d1f3a46) 可以参考以下代码片段。 ``` "exports": { ".": { "import": { "types": "./dist/packages/index.d.ts", "default": "./dist/codemirror-editor-vue3.js" }, "require": { "types": "./dist/packages/index.d.ts", "default": "./dist/codemirror-editor-vue3.umd.cjs" } } }, ``` ###...

### 问题描述 我希望可以自定义tooltip中的name字段。[我在这里找到这样的代码](https://g2.antv.antgroup.com/manual/core/tooltip#%E8%87%AA%E5%AE%9A%E4%B9%89)。 ``` ({ tooltip: { items: [ (d, index, data, column) => ({ color: d.sold > 150 ? 'red' : 'blue', // 指定 item 的颜色 name: index ===...

### Describe the feature The context is that I have disabled the Wi-Fi on the computer, which will definitely trigger the onRequestError hook. Currently, for GET requests, there is a...

**Please describe what the rule should do:** Object literals, array literals, and function literals can cause unnecessary re-renders in Vue components because these literals always generate new objects. We hope...