15724580513
5 vuotta sitten
vanhempi
commit
40cbaf8c59
|
@@ -64,11 +64,11 @@
|
|
|
<script>
|
|
|
export default {
|
|
|
name: 'Table',
|
|
|
- props: {
|
|
|
+ props: {
|
|
|
data: {
|
|
|
- type: Array,
|
|
|
- default: () => []
|
|
|
- }
|
|
|
+ type: Array,
|
|
|
+ default: () => [],
|
|
|
+ },
|
|
|
},
|
|
|
computed: {
|
|
|
tableData() {
|