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