1
647556386
2025-11-30 9019e026ccb5f8374119e8cb3a651ded054d3251
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }