Эх сурвалжийг харах

update: make the properties of the object configurable

HcySunYang 7 жил өмнө
parent
commit
adb26c02d5

+ 1 - 0
docs/art/7vue-reactive.md

@@ -1256,6 +1256,7 @@ new Vue({
 const data = {}
 Object.defineProperty(data, 'getterProp', {
   enumerable: true,
+  configurable: true,
   get: () => {
     return {
       a: 1