zmc
2023-12-08 9c1d136e4f5ed9b5bce100147edbb52486da985a
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}