vue-create-api
vue-create-api copied to clipboard
Make Vue component's invocation by API.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
chainWebpack: config => { config.resolve.alias .set('components', resolve('src/components')) .set('assets', resolve('src/assets')) .set('api', resolve('src/api')) config.optimization.minimizer('terser').tap(args => { args[0].terserOptions.keep_fnames = true args[0].terserOptions.keep_classnames = true args[0].terserOptions.compress.drop_console = true return args }) } 这些都配置了仍然出现,vue cli4
用ts 通过装饰器@Component创建的组件无法定义名称,打包编译后组件类名被压缩,导致执行createAPI时获取不到component name名称 是否能在执行createAPI时定义自定义组件名称 Component must have name while using create-api!
### 初始态 点击垃圾回收后初始化dom节点数  ### 创建后  ### 关闭创建的组件后 点击垃圾回收,dom节点数没有回收掉, detached 显示创建的dom节点已经分离。分离的DOM无法垃圾回收  ### 相关代码 
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...