babel-polyfill.js 89 B

1234
  1. import Vue from 'vue'
  2. import babelPolyfill from 'babel-polyfill'
  3. Vue.use(babelPolyfill)