肖洋
2024-12-22 1ff9f4e6ba64ebad9ccf0367d6d23c75cc27dd27
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }