refactor: editor-file.vue -> upload, move, delete

This commit is contained in:
NGPixel
2017-06-07 19:56:18 -04:00
parent fe76708124
commit c38ba72b5b
3 changed files with 144 additions and 46 deletions

View File

@@ -38,6 +38,7 @@ import join from 'lodash/join'
import kebabCase from 'lodash/kebabCase'
import last from 'lodash/last'
import map from 'lodash/map'
import nth from 'lodash/nth'
import pullAt from 'lodash/pullAt'
import reject from 'lodash/reject'
import slice from 'lodash/slice'
@@ -101,6 +102,7 @@ const _ = {
kebabCase,
last,
map,
nth,
pullAt,
reject,
slice,