王大鹏

Results 2 issues of 王大鹏

如题; 我试过ref 获取marker的引用 手动setRotation ; 然而他并不生效

var Observer = function Observer (value) { this.value = value; this.dep = new Dep(); this.vmCount = 0; def(value, '__ob__', this); if (Array.isArray(value)) { var augment = hasProto ? protoAugment :...