提交 c326d66f 编写于 作者: fxy060608's avatar fxy060608

refactor: system components

上级 32a2040b
......@@ -5,7 +5,7 @@ import { initView, initService } from '@dcloudio/uni-core'
import { isCustomElement } from '@dcloudio/uni-shared'
import { initRouter } from './router'
import { initSystemComponents } from './components'
// import { initSystemComponents } from './components'
import { initMixin } from './mixin'
export default {
......@@ -15,7 +15,7 @@ export default {
initApp(app)
initView(app)
initService(app)
initSystemComponents(app)
// initSystemComponents(app)
initMixin(app)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册