dengjunjie
2025-10-27 24e1afea871c5f24d6018f560389359e143031cd
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }