1
647556386
6 天以前 3c506974e141024ed26a0c348d896c70ea42891b
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }