Linted
This commit is contained in:
parent
57dc011845
commit
e5b53b0a6d
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@
|
||||||
export default {
|
export default {
|
||||||
name: "DataTable",
|
name: "DataTable",
|
||||||
props: {
|
props: {
|
||||||
dataset: Object
|
dataset: {
|
||||||
|
type: Object,
|
||||||
|
required: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
isHexValue(value) {
|
isHexValue(value) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue