Commit 8cfa43b0 authored by Vadym Gidulian's avatar Vadym Gidulian

Fixed #3 (Fix working in Vue >2.5.17)

parent d5b53e01
......@@ -21,7 +21,8 @@ function PromisedValue(initialValue) {
enumerable: true,
get() {
return initialized;
}
},
set() {}
},
value: {
configurable: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment