Files
tribes-plugin-aether/assets/js/aether.js

16 lines
451 B
JavaScript

// Plugin JavaScript entry point.
//
// This file is served by the host at /plugins-assets/aether/aether.js
// and included in the page layout if declared in manifest.json assets.global_js.
//
// To register LiveView hooks:
//
// window.TribesPluginHooks = window.TribesPluginHooks || {};
// window.TribesPluginHooks["AetherHook"] = {
// mounted() {
// console.log("Aether hook mounted");
// }
// };
console.log("aether loaded");