feat: 静态类中的函数继承范性

model onClose and ondestory函数
createDOMElemnet 从jsx
This commit is contained in:
2024-09-21 17:40:53 +08:00
parent e2c0f80f04
commit 1fbf1b64d9
14 changed files with 1778 additions and 44 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "",
"main": "dist/editor.js",
"privite": false,
"scripts": {
"build": "rimraf -rf dist && rollup -c"
},
@@ -25,5 +26,9 @@
"rollup": "^4.22.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}