index.js 197 字节
Newer Older
B
BingBlog 已提交
1 2 3 4 5 6 7 8 9
import 'normalize.css/normalize.css';
import 'san-mui/index.css';
let App = require('./App');
new App({
    data: {
        titleName: 'VisualDL'
    }
}).attach(document.getElementById('root'));