no message
Former-commit-id: b6e09bfca0b03e09468a7e98aa4bb2965889eaa7 Former-commit-id: 355fb847f8a9b80ed29b1902526de9d9b58119e9 Former-commit-id: 40dd7857cfecd3a52d4b6ff0efa83ffe99b4ee78
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
/* eslint-disable */
|
||||
|
||||
// 库
|
||||
import Csv from './_csv'
|
||||
import ExportCsv from './_export-csv'
|
||||
import FileSaver from 'file-saver'
|
||||
import * as Excel from './_export2Excel'
|
||||
|
||||
export default {
|
||||
install (Vue, options) {
|
||||
Vue.prototype.$export = {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
/* eslint-disable */
|
||||
|
||||
// 库
|
||||
import papa from 'papaparse'
|
||||
import xlsx from 'xlsx'
|
||||
|
||||
export default {
|
||||
install (Vue, options) {
|
||||
Vue.prototype.$import = {
|
||||
|
||||
Reference in New Issue
Block a user