rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.61k stars 271 forks source link

The param allow-spec-file-download is not working #974

Open nuripue opened 8 months ago

nuripue commented 8 months ago

I have this piece of code, but the button to download is not showing:

<rapi-doc spec-url="" id="rapi-doc-container" theme = "dark" primary-color = "#feb811" bg-color = "#fff" text-color = "#3c3c3b" show-header = "false" render-style="read" allow-spec-file-download="true"

..

<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js">

Thanks.