pan
2025-12-03 151047cd890684f9b4e27f947d1852178719ea8c
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }