class AutoSubmit {

    setup() {
        this.form = this.$el;

        this.form.submit();
    }

}

export default AutoSubmit;