zmc
2023-09-05 e1e826565abaad1fe49389d8ad2eb7f7fdacc28a
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}