@saooti/octopus-sdk 41.0.6-SNAPSHOT → 41.0.7-SNAPSHOT

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "41.0.6-SNAPSHOT",
3
+ "version": "41.0.7-SNAPSHOT",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -216,7 +216,7 @@ watch(textValue, () => {
216
216
  });
217
217
  watch(()=>props.textInit, () => {
218
218
  if (props.textInit !== textValue.value) {
219
- emit("update:textInit", textValue.value);
219
+ textValue.value = props.textInit;
220
220
  }
221
221
  });
222
222