zmc
2023-11-23 cc890f987b770e5a73f5ef12d41b25f6bb448fcd
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}