1
yangpeixing
2026-01-19 c6f6be2d942214580e61c2647c846d7e11e06f48
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }