vue-table2next 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-table2next",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Datatable component for Vue 2.x",
5
5
  "main": "dist/vuetable-2.js",
6
6
  "license": "MIT",
@@ -45,12 +45,12 @@ import VuetableColGutter from './VuetableColGutter'
45
45
 
46
46
  export default {
47
47
  components: {
48
- 'vuetable-field-checkbox': VuetableFieldCheckbox,
48
+ 'vuetable-field-checkbox': VuetableFieldCheckbox,
49
49
  'vuetable-field-handle' : VuetableFieldHandle,
50
50
  'vuetable-field-sequence': VuetableFieldSequence,
51
51
  VuetableColGutter
52
52
  },
53
-
53
+ props: ['fields'],
54
54
  computed: {
55
55
  sortOrder() {
56
56
  return this.$parent.sortOrder