Vue-material: Object.values is not a function

Created on 6 Mar 2018  ·  3Comments  ·  Source: vuematerial/vue-material

Hi!

When I added

import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.min.css'
import 'vue-material/dist/theme/default.css'
Vue.use(VueMaterial)

then build and run
npm run build
cordova run android

in console

Object.values is not a function
2018-03-06 12 37 40

How repear it?

question

All 3 comments

You need to include polyfills for that in your app.

polyfills - It is this https://babeljs.io/docs/usage/polyfill/ ?

I think yes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

delueg picture delueg  ·  3Comments

korylprince picture korylprince  ·  3Comments

philipfeldmann picture philipfeldmann  ·  3Comments

markus-s24 picture markus-s24  ·  3Comments

bryanspearman picture bryanspearman  ·  3Comments