dengjunjie
2026-01-29 e47120b1aec14296f84fd246af76675f4c2765a0
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }