Eleven
Eleven
### Is your feature request related to a problem? Please describe. The markdown of the component is expected to be written under the packages, not in the docs directory. Like...
Some rollup dependent package versions are too low,and could you upgrade it?
I need to support browsers older than IE 10, so I use the version 2.1.1, but, It's show me the error about "sourceBuffer.copy is not a function", please help me...
When used in a project created by create-react-app v4, local debugging is useful, but it is invalid after run build
### Describe the bug ```bash node:internal/event_target:916 process.nextTick(() => { throw err; }); ^ Error: Cannot find module '/.../node_modules/vite-plugin-checker/lib/checkers/vueTsc/typescript-vue-tsc/package.json' Require stack: - /.../node_modules/vite-plugin-checker/lib/checkers/vueTsc/prepareVueTsc.js - /.../node_modules/vite-plugin-checker/lib/checkers/vueTsc/main.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27)...
 The options `singleAttributePerLine` only supports to set `true/false`, It would be nice if we could set `number` to specify the number of attributes.
https://github.com/babel/babel/pull/15266 `@babel/types` v7.21.0, `isModuleDeclaration` has been deprecated, the terminal has the following warning. ```bash Trace: `isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`. ```
这一段逻辑处理有问题,会导致 data 处理后出现错误,任意录入类似以下结构的参数即可复现 ```js { data: { a: { b: { c: { d: [], e: false, f: {}, } } } } } ``` 错误的逻辑代码位置  建议去掉这一段 data 的逻辑处理,原样透传过去。