z8018
2025-12-17 07871b95890e567943ef13dfcd848488e5163cd7
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }