File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Advanced table based on Vue 2 and Bootstrap 4
4
4
5
- [ Quick Demo in Fiddle] ( https://jsfiddle.net/rubanraj54/d9jnbt10/6 / ) .
5
+ [ Quick Demo in Fiddle] ( https://jsfiddle.net/rubanraj54/d9jnbt10/13 / ) .
6
6
7
7
[ Docs in gitbook] ( https://rubanraj54.gitbook.io/vue-bootstrap4-table/ ) .
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-bootstrap4-table" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"main" : " dist/vue-bootstrap4-table.umd.js" ,
5
5
"module" : " dist/vue-bootstrap4-table.esm.js" ,
6
6
"unpkg" : " dist/vue-bootstrap4-table.min.js" ,
Original file line number Diff line number Diff line change 8
8
</template >
9
9
10
10
<script >
11
+ import _ from " lodash" ;
12
+
11
13
export default {
12
14
name: ' CheckBox' ,
13
15
props: {
You can’t perform that action at this time.
0 commit comments