You need to sign in or sign up before continuing.
index.js 154 字节
Newer Older
B
BingBlog 已提交
1 2
import {router} from 'san-router';

3
import Scalar from './Scalars';
B
BingBlog 已提交
4 5 6

router.add({
    target: '#content',
7 8
    rule: '/scalars',
    Component: Scalar
B
BingBlog 已提交
9
});