Skip to content

Commit d1165bb

Browse files
committed
已修正 :[attr] 屬性的渲染邏輯,這一改進確保 attribute 在使用時能被正確設置和應用。
1 parent 89584f8 commit d1165bb

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

dist/PDQuickUI.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/PDQuickUI.module.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.

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ <h4 :else>{{ title }} 4
146146
const app = new QUI({
147147
id: "app",
148148
data: {
149+
test: {
150+
name: "34567"
151+
},
152+
left: {
153+
is_database_list: 1
154+
},
149155
heading: 1,
150156
isH2: null,
151157
html: "<b>test</b>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdquickui",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "PDQuickUI contains a lightweight front-end framework designed to separate the front-end user interface and data logic.",
55
"main": "dist/PDQuickUI.js",
66
"module": "dist/PDQuickUI.module.js",

src/PDQuickUI.js

-29 Bytes
Binary file not shown.

src/model/QUI.ts

-21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)