mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 13:03:11 +00:00
Move polyfill to root
This commit is contained in:
parent
c4c3e74e4e
commit
99bfac25aa
@ -1,7 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
require('es6-object-assign').polyfill()
|
||||
import 'es6-promise/auto'
|
||||
import Vue from 'vue'
|
||||
import { app, router<%= (store ? ', store' : '') %> } from './index'
|
||||
import { getMatchedComponents, getMatchedComponentsInstances, flatMapComponents, getContext, promisify, getLocation, compile } from './utils'
|
||||
|
@ -1,5 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
require('es6-object-assign').polyfill()
|
||||
import 'es6-promise/auto'
|
||||
import Vue from 'vue'
|
||||
import Meta from 'vue-meta'
|
||||
import router from './router.js'
|
||||
|
Loading…
Reference in New Issue
Block a user