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