koumoul-dev / vue-openapi

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

Remove lang="html" from template for Vite compatibility #23

Open ThatNerdUKnow opened 3 years ago

ThatNerdUKnow commented 3 years ago

Removing lang="html" from the template fixes the following: "Error: Component <path/name.vue> uses lang html for template, however it is not installed." As vue assumes that the template is going to be using html removing lang="html" shouldn't break anything