We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1af82 commit 90d691bCopy full SHA for 90d691b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-sweetalert2",
3
- "version": "3.0.5",
+ "version": "3.0.3",
4
"description": "Simple Vue sweetalert2 package",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
import Vue from 'vue';
-import Swal, {SweetAlertOptions} from 'sweetalert2/dist/sweetalert2.js';
+import Swal, {SweetAlertOptions} from 'sweetalert2';
import swalLocalInstance from 'sweetalert2/dist/sweetalert2.js';
type VueSwalInstance = typeof Swal.fire;
0 commit comments