Skip to content

Commit

Permalink
feat: update sweetalert2 to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
avil13 committed Oct 16, 2020
1 parent b1020dc commit 1a785bb
Show file tree
Hide file tree
Showing 19 changed files with 709 additions and 9,548 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

Vue.js wrapper for SweetAlert2. With support SSR.

---

## Attention:

When using "Vue3: Composition API" it is better not to use this wrapper.
It is more practical to call sweetalert2 directly.

Also, it is better to do it to get feedback faster, and be closer to the documentation.

---


![VueSweetalert2](assets/logo.png)

# [Demo](https://avil13.github.io/vue-sweetalert2/)
Expand Down
1 change: 0 additions & 1 deletion __tests__/swal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const factoryComponent = () => {

describe('Vue-SweetAlert2', () => {
it('should exists', () => {
const Vue = factory();
expect(typeof VueSweetalert2).toBe('function');
});

Expand Down
6 changes: 0 additions & 6 deletions example/.babelrc

This file was deleted.

21 changes: 0 additions & 21 deletions example/.vscode/launch.json

This file was deleted.

11 changes: 0 additions & 11 deletions example/_publish.js

This file was deleted.

Binary file removed example/favicon.ico
Binary file not shown.
22 changes: 0 additions & 22 deletions example/index.html

This file was deleted.

Loading

0 comments on commit 1a785bb

Please sign in to comment.