diff --git a/exports/organizationchart.d.ts b/exports/organizationchart.d.ts new file mode 100644 index 000000000..40c416c7f --- /dev/null +++ b/exports/organizationchart.d.ts @@ -0,0 +1 @@ +export * from './components/organizationchart/OrganizationChart'; \ No newline at end of file diff --git a/exports/organizationchart.js b/exports/organizationchart.js new file mode 100644 index 000000000..9520aeb32 --- /dev/null +++ b/exports/organizationchart.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('./components/organizationchart/OrganizationChart.vue'); \ No newline at end of file