@modeltables/fontawesome-vuetify 2.4.0 → 2.6.0
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.
|
@@ -121,6 +121,10 @@ export default {
|
|
|
121
121
|
}, 800)
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
|
+
options(newValue, oldValue){
|
|
125
|
+
console.log(newValue);
|
|
126
|
+
this.options = newValue;
|
|
127
|
+
},
|
|
124
128
|
dataSetItems(newValue, oldValue){
|
|
125
129
|
this.dataSetItems = newValue;
|
|
126
130
|
},
|
|
@@ -399,6 +403,7 @@ export default {
|
|
|
399
403
|
</td>
|
|
400
404
|
<td v-for="(item, index) in dataheader">
|
|
401
405
|
<SortView
|
|
406
|
+
:options="options"
|
|
402
407
|
:dataHeader="item"
|
|
403
408
|
:startPosition="index < 1"
|
|
404
409
|
:id="index"
|