Skip to content

Commit e64221e

Browse files
committed
stabilizing
1 parent 87abf4c commit e64221e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

example/ojs-config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,12 @@ if(/^(127\.0\.0\.1|localhost|.*\.test)$/.test(route.url().hostname)) {
145145
* can be listened to and fire by the broker.
146146
* ---------------------------------------------
147147
*/
148-
broker.requireEventsRegistration(true);
148+
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

Comments
 (0)