feat: integrate tus.io for resumable and chunked uploads (#2145)
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
>
|
||||
{{ $t("buttons.cancel") }}
|
||||
</button>
|
||||
<button
|
||||
class="button button--flat button--blue"
|
||||
@click="showAction"
|
||||
:aria-label="$t('buttons.continue')"
|
||||
:title="$t('buttons.continue')"
|
||||
>
|
||||
{{ $t("buttons.continue") }}
|
||||
</button>
|
||||
<button
|
||||
class="button button--flat button--red"
|
||||
@click="showConfirm"
|
||||
@@ -34,6 +42,6 @@ import { mapState } from "vuex";
|
||||
|
||||
export default {
|
||||
name: "replace",
|
||||
computed: mapState(["showConfirm"]),
|
||||
computed: mapState(["showConfirm", "showAction"]),
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user