parent
cfedc77ce1
commit
c0adae69ac
|
@ -10,9 +10,9 @@ import {Location} from './location';
|
||||||
* Consider the following route configuration:
|
* Consider the following route configuration:
|
||||||
|
|
||||||
* ```
|
* ```
|
||||||
* @RouteConfig({
|
* @RouteConfig([
|
||||||
* path: '/user', component: UserCmp, as: 'user'
|
* { path: '/user', component: UserCmp, as: 'user' }
|
||||||
* });
|
* ]);
|
||||||
* class MyComp {}
|
* class MyComp {}
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue