雷神教育集团
2026-03-05 6785e0dd785b9f5f3a80b55b179e48d8f0b5e3ef
1
2
3
4
5
//对vue参数进行扩展
var extend = function (param) { 
    console.log(param)
 }
export { extend }