1
刘磊
2024-12-26 e5642daf4b6820d0706967e486b16e8d33a46d6d
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }