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