@jari-ace/element-plus-component 0.3.1 → 0.3.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jari-ace/element-plus-component",
3
3
  "private": false,
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "main": "lib/index.umd.cjs",
6
6
  "module": "lib/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,3 +1,5 @@
1
1
  import { withInstall } from '../../utils/install'
2
2
  import Upload from './uploader.vue'
3
- export const JaUploader = withInstall(Upload);
3
+ import _JaUploader from './JaUploader.vue'
4
+ export const JaUploader = withInstall(_JaUploader);
5
+ export const JaUploaderRaw = withInstall(Upload);