koumoul-dev / vue-openapi

OpenAPI viewer component for VueJS
MIT License
90 stars 19 forks source link

Support for Vue2? #13

Open audetcameron opened 4 years ago

audetcameron commented 4 years ago

TypeError: _vue2.default.material.registerTheme is not a function Unknown custom element:

maybe vue-material isn't supported in vue2?

nicolas-bonnel commented 4 years ago

We developed this library using Vue2, so it is supported.

Perhaps we use an older version of vue-material that is not compatible with yours ?

audetcameron commented 4 years ago

We developed this library using Vue2, so it is supported.

Perhaps we use an older version of vue-material that is not compatible with yours ?

I think you are right. Per this issue it looks like they may have changed their api https://github.com/vuematerial/vue-material/issues/1454