Skip to content

Commit 90d691b

Browse files
committed
Revert "Disable force css including"
This reverts commit a2f1728.
1 parent cf1af82 commit 90d691b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-sweetalert2",
3-
"version": "3.0.5",
3+
"version": "3.0.3",
44
"description": "Simple Vue sweetalert2 package",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Vue from 'vue';
22

3-
import Swal, {SweetAlertOptions} from 'sweetalert2/dist/sweetalert2.js';
3+
import Swal, {SweetAlertOptions} from 'sweetalert2';
44
import swalLocalInstance from 'sweetalert2/dist/sweetalert2.js';
55

66
type VueSwalInstance = typeof Swal.fire;

0 commit comments

Comments
 (0)