@studio-west/component-sw 0.12.16 → 0.12.17

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -969,8 +969,10 @@ model - текст ввода или выбора из списка
969
969
 
970
970
  ```html
971
971
  <script setup>
972
- const model = { text: '', coords: [0, 0] }
973
- const token = '' // API-ключ DADATA
972
+ import { ref } from 'vue'
973
+
974
+ const model = ref({ text: '', coords: [0, 0] })
975
+ const token = ref('') // API-ключ DADATA
974
976
  </script>
975
977
 
976
978
  <sw-select
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studio-west/component-sw",
3
- "version": "0.12.16",
3
+ "version": "0.12.17",
4
4
  "description": "Vue components of Component-SW collection.",
5
5
  "type": "module",
6
6
  "keywords": [