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