Closed
Description
- OS: Windows 10
- Browser: Chrome
- Version: 80.0.3947.0 Canary
- Method of installation: dist assets
- Swagger-UI version: 3.24.0
- Swagger/OpenAPI version: OpenAPI 3.0.2
Swagger-UI configuration options:
SwaggerUIBundle({
url: "https://api-doc.mivm.cn/data/ggs",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
})
Describe the bug you're encountering
The Validator icon at the bottom of the page does not appear
To reproduce...
Go to 'https://api-doc.mivm.cn/ggs'
Expected behavior
Validator icon display
Additional context or thoughts
My this page (https://api-doc.mivm.cn/swagger-petstore) swagger.json use as a data source, Validator icon can be normal, but can not https://api-doc.mivm.cn/ggs I find it very strange.