Skip to content

Commit 97a3768

Browse files
committed
增加模板渲染簡寫,與 innerHTML 支持。
1 parent 623fbb5 commit 97a3768

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

dist/QuickUI.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/QuickUI.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pardnchiu/quickui",
3-
"version": "0.6.12",
3+
"version": "0.6.13",
44
"description": "QuickUI is a lightweight frontend framework built on pure JavaScript and native APIs. Supports data binding, i18n support, event binding, conditional rendering, and loop rendering.",
55
"main": "dist/QuickUI.js",
66
"module": "dist/QuickUI.esm.js",

src/QuickUI.debug.js

4.8 KB
Binary file not shown.

src/function/htmlParser.ts

4.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)