We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ded557 commit 6ec15a9Copy full SHA for 6ec15a9
frameworks/non-keyed/slingjs/src/main.es6.js
@@ -1,5 +1,7 @@
1
-import { mount } from '../node_modules/slingjs/sling.min.es5';
+import { mount, setDetectionStrategy } from '../node_modules/slingjs/sling.min.es5';
2
import ControllerComponent from './controller';
3
4
+setDetectionStrategy(s.CHANGE_STRATEGY_MANUAL);
5
+
6
// initialize
7
mount('main', new ControllerComponent());
0 commit comments