Kip

Results 3 issues of Kip

### 描述问题 通过脚手架生成的`React`组件库引入`ProComponents`组件导致的错误。 ### 具体步骤 #### 一、通过组件项目初始化 ```javascript npm init @alilc/element pro-material ``` #### 二、引入 ProComponents 组件 ```javascript npm install @ant-design/pro-components --save ``` #### 三、在项目中使用并导出 1、新增一个组件 Table,并使用 ProTable ![image](https://user-images.githubusercontent.com/62598129/184788248-d88edf2a-1ab0-477f-a606-542bda35bdc0.png) 2、导出组件...

### 目前 **vite-chrome-extension** 没提供一些插件功能,只是简单的去构建了一套使用框架去支持的开发。 在团队内部中,我们同样在这个基础之上做了很多改造 比如 contentScript、backgroundScript、tabPage、Popup等不同的Manifest.json中文件依赖的一些文件。 ### 你可能遇到的问题有: 1. 如何在 contentScript 写TSX输出。 2. 如何让 BackgroundScript 输出ES 模块。 3. 如何让 ContentScript 输出 UMD 模块。 这类问题Vite 并不能根据多路口的方式生成不同的模块规范,可以使用多个脚本去输出: ``` vite build &&...

### What problem does this feature solve? Line graphs using the time type will be connected into lines, and data with long time intervals will appear as a long line...

new-feature
pending
en
topic: line