no message

Former-commit-id: b6e09bfca0b03e09468a7e98aa4bb2965889eaa7
Former-commit-id: 355fb847f8a9b80ed29b1902526de9d9b58119e9
Former-commit-id: 40dd7857cfecd3a52d4b6ff0efa83ffe99b4ee78
This commit is contained in:
李杨
2018-02-15 17:00:05 +08:00
parent 7d33bcd766
commit 541d19572a
2 changed files with 5 additions and 0 deletions

View File

@@ -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 = {

View File

@@ -1,7 +1,9 @@
/* eslint-disable */
// 库
import papa from 'papaparse'
import xlsx from 'xlsx'
export default {
install (Vue, options) {
Vue.prototype.$import = {