chore(组件): 组件尽量使用异步导入模式
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
components: {},
|
||||
components: {
|
||||
loadingCover: () => import('@/components/loading-cover/loading-cover.vue'),
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isIphoneX: false,
|
||||
|
||||
Reference in New Issue
Block a user