ike-weblca-html 1.0.5 → 1.0.7
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.
|
@@ -61,7 +61,8 @@ export class IkeWebHeader extends LitElement {
|
|
|
61
61
|
@property({type: String}) status = window.location.hostname.split('.')[0]
|
|
62
62
|
|
|
63
63
|
// 在 connectedCallback 中发起 Ajax 请求
|
|
64
|
-
|
|
64
|
+
@property({type: Array}) data = []
|
|
65
|
+
|
|
65
66
|
connectedCallback() {
|
|
66
67
|
|
|
67
68
|
super.connectedCallback();
|
package/index.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
import "./
|
|
1
|
+
import "./IkeWebHeader"
|
|
2
|
+
import "./IkeWebFooter"
|
package/package.json
CHANGED
|
File without changes
|