Skip to content

Commit

Permalink
Updated index to only pull sweetalert2 js.
Browse files Browse the repository at this point in the history
  • Loading branch information
camaech committed May 14, 2019
1 parent 68f9cdd commit 6e539d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-check
import Vue from 'vue';

import Swal, { SweetAlertOptions } from 'sweetalert2';
import Swal, { SweetAlertOptions } from 'sweetalert2/src/sweetalert2.js';

type VueSwalInstance = typeof Swal.fire;

Expand Down

0 comments on commit 6e539d6

Please sign in to comment.