vuechrts 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1 +1,3 @@
1
- export { default as AreaChart } from './components/AreaChart.vue';
1
+ import { default as AreaChart } from './components/AreaChart.vue';
2
+
3
+ export { AreaChart };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuechrts",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "files": [