From bc8319e20ec4130444bcf35e45a3b9ea5adc187d Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 24 Aug 2018 09:08:34 +0800 Subject: [PATCH] Hoist module "toastr" --- resources/assets/src/js/notify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/src/js/notify.js b/resources/assets/src/js/notify.js index a938736f..900e8cd6 100644 --- a/resources/assets/src/js/notify.js +++ b/resources/assets/src/js/notify.js @@ -1,5 +1,6 @@ import $ from 'jquery'; import sweetalert2 from 'sweetalert2'; +import 'toastr'; import { trans } from './i18n'; /**