Skip to content

Commit

Permalink
add es6-promise, fixed #67
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 28, 2016
1 parent f0a1221 commit 3f90c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/client/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'es6-promise/auto'
import {app} from './app'

app.$mount('#app')
1 change: 1 addition & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"author": "{{ author }}",
"license": "MIT",
"dependencies": {
"es6-promise": "^4.0.5",
"vue": "^2.0.0",
"vue-router": "^2.0.0",
"vuex": "^2.0.0",
Expand Down

0 comments on commit 3f90c7e

Please sign in to comment.