Set of methods representing post form submission behaviour. To accompany @ssdcode/vue-form v2.
npm install @ssdcode/js-behaviours --save-dev
import { reload, redirect, confirmClear } from '@ssdcode/js-behaviours'
reload();
redirect('/home');
// from within `vue-form` instance
confirmClear({ message: 'You did it!' }, this);
You can execute tests by calling
npm run test
Contributions are welcome - please make sure all PRs have their associated test.