Skip to content

Commit b35f42e

Browse files
committed
0.6.6 模板渲染支持免 ID 宣告。
1 parent 5f1df51 commit b35f42e

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.5",
3+
"version": "0.6.6",
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.js

399 Bytes
Binary file not shown.

src/model/QUI.ts

414 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)