代码提交
This commit is contained in:
parent
c5e149a5c1
commit
075c6d8ae5
|
@ -29,7 +29,7 @@ window.onload=function()
|
||||||
//获取标准rem单位
|
//获取标准rem单位
|
||||||
document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px';
|
document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px';
|
||||||
}
|
}
|
||||||
import './config/rem'
|
// import './config/rem'
|
||||||
new Vue({
|
new Vue({
|
||||||
router,
|
router,
|
||||||
render: h => h(App)
|
render: h => h(App)
|
||||||
|
|
Loading…
Reference in New Issue