Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix: Import babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Dec 5, 2017
1 parent 4d9129c commit 0e802ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'babel-polyfill'

import Vue from 'vue'
import router from './router/'
import store from './store/'
Expand Down

0 comments on commit 0e802ba

Please sign in to comment.