Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
promised-value
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
tools
promised-value
Commits
8cfa43b0
Commit
8cfa43b0
authored
Dec 18, 2018
by
Vadym Gidulian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed
#3
(Fix working in Vue >2.5.17)
parent
d5b53e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.js
src/index.js
+2
-1
No files found.
src/index.js
View file @
8cfa43b0
...
@@ -21,7 +21,8 @@ function PromisedValue(initialValue) {
...
@@ -21,7 +21,8 @@ function PromisedValue(initialValue) {
enumerable
:
true
,
enumerable
:
true
,
get
()
{
get
()
{
return
initialized
;
return
initialized
;
}
},
set
()
{}
},
},
value
:
{
value
:
{
configurable
:
true
,
configurable
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment