Skip to content

Commit bac57f8

Browse files
committed
Merge branch 'develop'
2 parents cb191b3 + 6bae19b commit bac57f8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Advanced table based on Vue 2 and Bootstrap 4
44
5-
[Quick Demo in Fiddle](https://jsfiddle.net/rubanraj54/d9jnbt10/6/).
5+
[Quick Demo in Fiddle](https://jsfiddle.net/rubanraj54/d9jnbt10/13/).
66

77
[Docs in gitbook](https://rubanraj54.gitbook.io/vue-bootstrap4-table/).
88

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.3",
3+
"version": "1.0.5",
44
"main": "dist/vue-bootstrap4-table.umd.js",
55
"module": "dist/vue-bootstrap4-table.esm.js",
66
"unpkg": "dist/vue-bootstrap4-table.min.js",

src/components/CheckBox.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</template>
99

1010
<script>
11+
import _ from "lodash";
12+
1113
export default {
1214
name: 'CheckBox',
1315
props: {

0 commit comments

Comments
 (0)