@jx3box/jx3box-vue3-ui 0.8.11 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/qixue.js +1 -1
- package/package.json +2 -2
package/assets/js/qixue.js
CHANGED
|
@@ -17,7 +17,7 @@ function qixue(selector=".e-jx3qixue-area"){
|
|
|
17
17
|
qixue = JSON.parse($(this).text())
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
let _qixue = Object.assign({container:container},qixue)
|
|
20
|
+
let _qixue = Object.assign({container:container},{...qixue, client: qixue?.client || 'std'})
|
|
21
21
|
new JX3_QIXUE(_qixue)
|
|
22
22
|
})
|
|
23
23
|
} catch (e) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jx3box/jx3box-vue3-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "JX3BOX Vue3 UI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@element-plus/icons-vue": "^2.1.0",
|
|
29
|
-
"@jx3box/jx3box-common": "^8.
|
|
29
|
+
"@jx3box/jx3box-common": "^8.3.1",
|
|
30
30
|
"@jx3box/jx3box-data": "^3.6.0",
|
|
31
31
|
"@jx3box/jx3box-emotion": "^1.2.8",
|
|
32
32
|
"@jx3box/jx3box-macro": "^1.0.1",
|