zmc
2023-12-01 5244fdb5f7932f2cbce43f4bfaa9dc06c9dd4c95
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}