1
hutongqing
2024-08-21 74d6e3882b7d20291ad566b2d5703d0e703f5d27
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }