western-world 3.0.180 → 3.0.181
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/demo-templates/index.html +3 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/western-world.component.js +32 -21
|
@@ -5,10 +5,12 @@
|
|
|
5
5
|
<script src="https://unpkg.com/western-components@latest"></script>
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<western-world></western-world>
|
|
9
8
|
<button id="buy-new-firm-68">buy new firm 68</button>
|
|
10
9
|
<button id="update-firm-10">update firm 10</button>
|
|
11
10
|
<button id="update-all-firms">all firms</button>
|
|
11
|
+
|
|
12
|
+
<western-world></western-world>
|
|
13
|
+
|
|
12
14
|
<script src="index.js"></script>
|
|
13
15
|
<script>
|
|
14
16
|
const westernWorldEl = document.querySelector('western-world');
|