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