@stock-in-the-channel/sinch-vue-components 0.0.288 → 0.0.289

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/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -27569,7 +27569,7 @@ const $N = { class: "q-ma-sm" }, NN = { class: "row" }, RN = { class: "text-h5 c
27569
27569
  options: u.value,
27570
27570
  label: c.$t("Provider"),
27571
27571
  clearable: "",
27572
- "option-label": "name",
27572
+ "option-label": "label",
27573
27573
  "option-value": "value",
27574
27574
  "emit-value": "",
27575
27575
  "map-options": ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.288",
3
+ "version": "0.0.289",
4
4
  "files": [
5
5
  "dist"
6
6
  ],