Skip to content

Commit

Permalink
删除垃圾代码
Browse files Browse the repository at this point in the history
  • Loading branch information
PeakTai committed Mar 7, 2024
1 parent f8311a0 commit 5af1f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/render/cached-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export function proxyCachedModule<T extends Module>(module: T): T {
// 重写 destroy
if (p === 'destroy') {
return () => {
console.log('代理 destroy')
// 仅仅解除关系
const parent = target.getParent()
if (parent) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wok-ui",
"private": false,
"version": "0.6.0",
"version": "0.6.1",
"packageManager": "[email protected]",
"description": "wok-ui 是一个前端 UI 组件库,简洁易用,响应式设计,无第三方依赖。wok-ui is a front-end UI component library that is simple and easy to use, responsive design, and no third party dependencies.",
"keywords": [
Expand Down

0 comments on commit 5af1f02

Please sign in to comment.