We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881952a commit 4afb6beCopy full SHA for 4afb6be
template/client/promise-polyfill.js
@@ -1 +1,2 @@
1
-window.Promise = require('pinkie-promise')
+import Promise from 'promise-polyfill'
2
+window.Promise = window.Promise || Promise
template/package.json
@@ -14,7 +14,7 @@
14
"author": "{{ author }}",
15
"license": "MIT",
16
"dependencies": {
17
- "pinkie-promise": "^2.0.1",
+ "promise-polyfill": "^6.0.2",
18
"vue": "^2.1.0",
19
"vue-router": "^2.0.0",
20
"vuex": "^2.0.0",
0 commit comments