https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189
--- Comment #63 from David Cook <[email protected]> --- Ok I think that I understand bug 42150... using the existing intranet_js plugin hook, you run registerIsland() in the Koha Plugin script produced there to add the Vue island to the Vue component registry... and make them available as custom HTML elements? -- Since there's a lot of patches here and I can't apply them in git, could someone explain what this bug report does? At a glance, it looks like it adds a registerWidget() function that is also called from the existing intranet_js plugin hook. -- In that case... my idea might work well here because for my idea Koha pages would invoke a Koha.plugin.loader(context_key) function, which would then call an API endpoint to produce a list of ESMs to load dynamically. So that would remove the need to use intranet_js() to print script elements as HTML. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
