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