Files
2023-06-28 15:26:30 +02:00

5 lines
217 B
JavaScript

import * as webix from 'webix';
webix.exec(document.location.hash); // NOT OK
webix.ui({ template: document.location.hash }); // NOT OK
webix.ui({ template: function () { return document.location.hash } }); // NOT OK