mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 20:07:33 -07:00
wip
This commit is contained in:
parent
f0593a357c
commit
856d9470eb
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ export default Vue.extend({
|
||||||
const items = data.items;
|
const items = data.items;
|
||||||
for (const item of items) {
|
for (const item of items) {
|
||||||
if (item.kind == 'file') {
|
if (item.kind == 'file') {
|
||||||
this.upload(item.getAsFile());
|
//this.upload(item.getAsFile());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -58,7 +58,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
upload() {
|
upload() {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
},
|
||||||
|
|
||||||
send() {
|
send() {
|
||||||
this.sending = true;
|
this.sending = true;
|
||||||
|
@ -76,7 +76,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
clear() {
|
clear() {
|
||||||
this.text = '';
|
this.text = '';
|
||||||
this.files = [];
|
this.file = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue