@fewangsit/wangsvue-fats 1.0.1-alpha.11 → 1.0.1-alpha.13
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/components/index.d.ts +1 -0
- package/package.json +1 -1
- package/stats.html +1 -1
- package/wangsvue-fats.js +26725 -26725
- package/wangsvue-fats.system.js +47 -47
package/components/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { default as DialogConfirm } from './dialogconfirm/DialogConfirm.vue';
|
|
|
26
26
|
export { default as DialogForm } from './dialogform/DialogForm.vue';
|
|
27
27
|
export { default as DialogSelectTree } from './dialogselecttree/DialogSelectTree.vue';
|
|
28
28
|
export { default as Dropdown } from './dropdown/Dropdown.vue';
|
|
29
|
+
export { default as Editor } from './editor/Editor.vue';
|
|
29
30
|
export { default as FileUpload } from './fileupload/FileUpload.vue';
|
|
30
31
|
export { default as Form } from './form/Form.vue';
|
|
31
32
|
export { default as Icon } from './icon/Icon.vue';
|