Bean

Results 2 issues of Bean

大佬, 能解答一下,为什么 Object.defineProperty 劫持一下 computed 中的属性,就可以实现 computed 的功能呢, ```js computed: { fullname () { return this.firstname + this.lastname } } ``` firstname 或 lastname 更新怎么触发的 fullname, 这一块不是很明白, 为什么 lastname 更新时...

Data location must be "memory" or "calldata" for parameter in function