[Client] ✌️
This commit is contained in:
parent
a26236cade
commit
3dd3d06b19
4 changed files with 94 additions and 3 deletions
|
|
@ -145,6 +145,8 @@
|
|||
this.uploads = [];
|
||||
|
||||
this.upload = (file, folder) => {
|
||||
if (folder && typeof folder == 'object') folder = folder.id;
|
||||
|
||||
const id = Math.random();
|
||||
|
||||
const ctx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue