最后更新于11个月前
provide(){ const data = {}; Object.defineProperty(data, “value”, { get: () => this.value, enumerable: true }) return { ye: this, data } }