ux-carousel
by uiwwnw
TypeScript
class UxCalendar {
constructor() {
this.makeData.aaa()
}
makeDate: {
aaa:function(){
console.log(23123123213)
}
}
}
const aaa = new UxCalendar();
by uiwwnw
class UxCalendar {
constructor() {
this.makeData.aaa()
}
makeDate: {
aaa:function(){
console.log(23123123213)
}
}
}
const aaa = new UxCalendar();