Skip to content

Commit ef7c07f

Browse files
committed
publishing new release 1.0.22
1 parent 716742a commit ef7c07f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We are using **`lodash`** internally, so you don't need to install separately fo
6666

6767
...
6868

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

@@ -356,7 +356,7 @@ columns: [{
356356
{
357357
label: "Last Name",
358358
name: "name.last_name", // access nested objects properties with "."
359-
slot_name: "lastname" // optional, if you don't provide slot name
359+
slot_name: "lastname" // optional, if you don't provide slot name
360360
//then default slot name will be name_last_name
361361
},
362362
{
@@ -1129,7 +1129,7 @@ columns: [
11291129
sort: true,
11301130
uniqueId: true // like this
11311131
}
1132-
...
1132+
...
11331133
]
11341134
```
11351135
# 15. Events

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bootstrap4-table",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"main": "dist/vue-bootstrap4-table.umd.js",
55
"module": "dist/vue-bootstrap4-table.esm.js",
66
"unpkg": "dist/vue-bootstrap4-table.min.js",

0 commit comments

Comments
 (0)