@studio-west/component-sw 0.11.19 → 0.11.20

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -714,13 +714,13 @@ model - состояние чекбокса (checked ) булевое знач
714
714
 
715
715
  ```html
716
716
  <script>
717
- let data = [
717
+ let table = [
718
718
  {city:{label:'Moscow', rowspan:2},district:'Center'},
719
719
  {city:'Moscow',district:'MRCR'},
720
720
  ]
721
721
  </script>
722
722
  <sw-table :data="table">
723
- <sw-table-column label="Label" prop="title">
723
+ <sw-table-column label="Label">
724
724
  <sw-table-column label="City" prop="city"/>
725
725
  <sw-table-column label="District" prop="district"/>
726
726
  </sw-table-column>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studio-west/component-sw",
3
- "version": "0.11.19",
3
+ "version": "0.11.20",
4
4
  "description": "Vue components of Component-SW collection.",
5
5
  "type": "module",
6
6
  "keywords": [