Skip to content

Commit 7516803

Browse files
committed
emergency fix, imported lodash in checkbox
1 parent ae9f621 commit 7516803

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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)