Vue-material: Unknown custom element: <md-table-toolbar>

Created on 20 Nov 2017  路  8Comments  路  Source: vuematerial/vue-material

installed it via npm

npm install vue-material@beta --save

and md-table-toolbar component is not there.

Onother issue is When I try to run the app, this error show up

screenshot from 2017-11-20 17-33-26

duplicated

Most helpful comment

I will fix this ASAP

All 8 comments

What is your code?

what i did:

  1. I already have the old version installed
  2. I want the new one so I installed it without removing the old one first
npm install vue-material@beta --save
  1. And those issues appeared
  2. I tried to remove them all and fresh install
npm uninstall vue-material --save
npm uninstall vue-material@beta --save

npm install vue-material@beta --save

still got the same error

  1. so I decided to install the old version again, it works

this might have smth to do with this issue regeneratorRuntime is not defined

Yes it can be. What is your setup? Do you using vue-cli webpack template?

I use webpack template

And version of Vue? Because new Vue Material needs Vue 2.5+

I will fix this ASAP

Also experiencing this with a Webpack build, will move back to the old version in the interim.

Duplicate of #1182

Was this page helpful?
0 / 5 - 0 ratings