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