We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbec36 commit 706f2f9Copy full SHA for 706f2f9
examples/data_not_found_plugin/data_not_found_plugin.js
@@ -1,4 +1,6 @@
1
-Router.plugin('dataNotFound', {notFoundTemplate: 'DataNotFound'});
+Router.configure({
2
+ notFoundTemplate: "DataNotFound"
3
+});
4
5
Router.route('/', function () {
6
this.render('Home');
0 commit comments