@jnrs/vue-core 1.2.2 → 1.2.3

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.
@@ -8,7 +8,7 @@ interface Props {
8
8
  */
9
9
  modelValue: MixedUploadFile[];
10
10
  /**
11
- * 接受的文件类型(如 'image/*'),默认为空字符串
11
+ * 接受的文件类型(如 .xls,.xlsx),默认为空字符串
12
12
  */
13
13
  accept?: string;
14
14
  /**
@@ -1,10 +1,11 @@
1
1
  import { default as GlobalSetting } from './GlobalSetting.vue';
2
2
  import { default as JnImageView } from './JnImageView.vue';
3
3
  import { default as JnPdfView } from './JnPdfView.vue';
4
- import { default as JnDatetime } from './JnDatetime.vue';
4
+ import { default as JnImportAndExport } from './JnImportAndExport.vue';
5
5
  import { default as JnFileUpload } from './JnFileUpload.vue';
6
+ import { default as JnDatetime } from './JnDatetime.vue';
6
7
  import { default as JnPagination } from './JnPagination.vue';
7
8
  import { default as JnDialog } from './JnDialog.vue';
8
9
  import { default as JnTable } from './JnTable.vue';
9
10
  import { default as JnSelectTemplate } from './JnSelectTemplate.vue';
10
- export { GlobalSetting, JnImageView, JnPdfView, JnDatetime, JnFileUpload, JnPagination, JnDialog, JnTable, JnSelectTemplate };
11
+ export { GlobalSetting, JnImageView, JnPdfView, JnImportAndExport, JnFileUpload, JnDatetime, JnPagination, JnDialog, JnTable, JnSelectTemplate };