mirror of
https://github.com/koel/koel
synced 2024-12-21 10:03:10 +00:00
6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
|
export default {
|
||
|
id: 0,
|
||
|
name: '',
|
||
|
albums: [],
|
||
|
};
|