cloud-web-corejs 1.0.54-dev.510 → 1.0.54-dev.513

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/src/index.js CHANGED
@@ -161,6 +161,11 @@ Vue.component('scriptDescriptionButton', () => import('@base/components/scriptDe
161
161
 
162
162
  Vue.component('scriptTestButton', () => import('@base/components/scriptTest/button'));
163
163
 
164
+
165
+ import baseTextarea from '@base/components/base-textarea/index.vue'
166
+
167
+ Vue.component(baseTextarea.name, baseTextarea);
168
+
164
169
  import jsonImport from '@base/components/jsonImport/index.js';
165
170
 
166
171
  Vue.use(jsonImport);