dengjunjie
2026-03-10 2a73ec6d537d9b55f60fe0088678c99930eb84d8
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }