@tekkare/auriga 0.2.20 → 0.2.21

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/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.2.20"
7
+ "version": "0.2.21"
8
8
  }
@@ -62,6 +62,7 @@
62
62
  }}
63
63
  </p>
64
64
  <textarea
65
+ v-model="scopeDescr"
65
66
  name="ScopeDescr"
66
67
  cols="40"
67
68
  rows="5"
@@ -180,6 +181,7 @@ export default defineComponent({
180
181
  function saveScope() {
181
182
  if (nameFilled.value === true) {
182
183
  saveFail.value = false;
184
+ console.log(scopeDescr.value);
183
185
  emit("onSave", { name: scopeName.value, descr: scopeDescr.value });
184
186
  closeSaveScope();
185
187
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",