6 lines
51 B
JavaScript
6 lines
51 B
JavaScript
|
|
export default {
|
||
|
|
data() {
|
||
|
|
return {};
|
||
|
|
},
|
||
|
|
};
|