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 {
|
||||
name: "DataTable",
|
||||
props: {
|
||||
dataset: Object
|
||||
dataset: {
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
isHexValue(value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue