feat: access cached upload file + ignore common page extensions

This commit is contained in:
Nick
2019-05-14 00:53:19 -04:00
parent c2fe9621b9
commit 212286fc4a
5 changed files with 87 additions and 35 deletions

View File

@@ -213,7 +213,7 @@ export default {
}
for (let file of files) {
file.setMetadata({
path: '/universe'
path: 'test'
})
}
await this.$refs.pond.processFiles()