You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should change our docs (maybe bitballs) to show an app setup more like:
import{route,DefineMap}from"can";AppVM=DefineMap.extend("AppVM",{routeData: {// Perhaps in 5.0, we should make this the default route data?Default: DefineMap.extend({seal: false},{})},init: function(){route.data=this.routeData;route.start();},
...
})
The text was updated successfully, but these errors were encountered:
From: #160
I think we should change our docs (maybe bitballs) to show an app setup more like:
The text was updated successfully, but these errors were encountered: