reorderd code
This commit is contained in:
@@ -21,11 +21,15 @@ export default {
|
||||
props: {
|
||||
columns: {
|
||||
type: Array,
|
||||
default: [ ]
|
||||
default() {
|
||||
return [ ];
|
||||
}
|
||||
},
|
||||
rows: {
|
||||
type: Array,
|
||||
default: [ ]
|
||||
default() {
|
||||
return [ ];
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user