Skip to content

Commit

Permalink
included jquery dependency again in the readme. This fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanraj54 committed Jan 18, 2019
1 parent e43d1c2 commit 2f01cc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ We are using **`lodash`** internally, so you don't need to install separately fo
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" crossorigin="anonymous">

...
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" crossorigin="anonymous"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" crossorigin="anonymous"></script>

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" crossorigin="anonymous"></script>

...

<script src="https://unpkg.com/vue-bootstrap4-table@1.0.20/dist/vue-bootstrap4-table.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/vue-bootstrap4-table@1.0.21/dist/vue-bootstrap4-table.min.js" crossorigin="anonymous"></script>
```
**Note:** If you've included bootstrap & jQuery packages already in your project, then include only **vue-bootstrap4-table.min.js** script.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-bootstrap4-table",
"version": "1.0.20",
"version": "1.0.21",
"main": "dist/vue-bootstrap4-table.umd.js",
"module": "dist/vue-bootstrap4-table.esm.js",
"unpkg": "dist/vue-bootstrap4-table.min.js",
Expand Down

0 comments on commit 2f01cc6

Please sign in to comment.