Skip to content

Commit

Permalink
:attribute 已可以正常翻譯 i18n.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardnchiu committed Dec 16, 2024
1 parent ad016a5 commit eb2e62f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/QuickUI.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/QuickUI.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<body id="app" :effect="fade-in">
<p @click="click">i18n</p>
<p>{{ i18n.greeting }}, {{ i18n.user }}: {{ username }}</p>
<p :test="i18n.greeting">{{ i18n.greeting }}, {{ i18n.user }}: {{ username }}</p>
<section :html="html"></section>
<strong :html="延遲載入過渡"></strong>
<hr>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pardnchiu/quickui",
"version": "0.6.1",
"version": "0.6.2",
"description": "A web frontend framework that supports conditional and loop rendering, data binding, monitoring data changes, and automatic rendering. Previously known as QuickUI.",
"main": "dist/QuickUI.js",
"module": "dist/QuickUI.esm.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"email": "dev@pardn.io",
"url": "https://github.com/pardnchiu"
},
"license": "MIT",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/pardnchiu/QuickUI/issues",
"email": "dev@pardn.io"
Expand Down
Binary file modified src/QuickUI.js
Binary file not shown.
Binary file modified src/model/QUI.ts
Binary file not shown.

0 comments on commit eb2e62f

Please sign in to comment.