0👍
OK, I’ve solved this issue by adding <base href="/" />
in head tag
<base href="/" />
<link rel="stylesheet" href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.61/style.min.css" type="text/css">
<script src="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.61/viewer3D.min.js"></script>
<script src="Markup.min.js"></script>
- [Vuejs]-Display only one attribute of arrayed objects in md-autocomplete :md-options
- [Vuejs]-Can't Access Sqlite db with Postman Even with No Auth Schedule Set Up
Source:stackexchange.com