We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87abf4c commit e64221eCopy full SHA for e64221e
example/ojs-config.js
@@ -145,4 +145,12 @@ if(/^(127\.0\.0\.1|localhost|.*\.test)$/.test(route.url().hostname)) {
145
* can be listened to and fire by the broker.
146
* ---------------------------------------------
147
*/
148
-broker.requireEventsRegistration(true);
+broker.requireEventsRegistration(true);
149
+
150
+/**
151
+ * ---------------------------------------------
152
+ * Initialize the router if you need it to run.
153
154
+ *
155
+ */
156
+//router.init();
0 commit comments