Closed app-generator closed 1 year ago
STATUS: ASSIGNED to @umarali
STATUS
If the builder version used by the index-cdn.html is >= v1.0.13, the components list remains empty.
index-cdn.html
The init code used in the page might not be the good one.
@umarali please take a look.
TY!
<!-- Builder CORE JS (Vanilla) --> <script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/app-generator/free-site-builder@1.0.13/dist/index.js"> import { DNDBuilder } from "./index"; DNDBuilder.setup(); DNDBuilder.render(); </script>
Context
If the builder version used by the
index-cdn.html
is >= v1.0.13, the components list remains empty.The init code used in the page might not be the good one.
@umarali please take a look.
TY!