toastr.js 145 B

123456
  1. import toastr from 'toastr';
  2. toastr.options.positionClass = 'toast-top-right';
  3. toastr.options.preventDuplicates = true;
  4. export default toastr;