no message

Former-commit-id: 36430ec3572727c263defaef7f08b4baf9cd79b8
Former-commit-id: 501e3c9de8d231b96a5e447dd9d9c5271d024cb5
Former-commit-id: d45a3e8ae5176a800a1c28897cb1908ebce89731
This commit is contained in:
liyang
2018-06-11 09:42:38 +08:00
parent 74bd0f328e
commit bb50ad2b63
4 changed files with 135 additions and 4 deletions

View File

@@ -57,8 +57,5 @@ new Vue({
i18n,
router,
template: '<App/>',
components: { App },
mounted () {
document.body.className = 'theme-star'
}
components: { App }
})