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