mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 02:11:15 +08:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
export default {
|
|
birthdays: [],
|
|
total_rows_birthdays: 0,
|
|
load_more_birthdays: "/cakeday/birthdays?filter=today&page=1",
|
|
};
|