Reinhardt
Reinhardt
  • 发布:2020-07-27 18:00
  • 更新:2020-07-27 18:00
  • 阅读:709

【bug?】easycom配置在H5模式下切换页面会丢失组件

分类:uni-app
 {  
    "easycom": {  
    "autoscan": true,  
    "custom": {  
      "v-(.*)": "@/components/$1/index.vue"  
    }  
  }  
}

Unknown custom element: <v-nav-bar> - did you register the component correctly?

如图,

代码组织方式

<template>  
  <v-page>  
  </v-page>  
</template>

page组件

<template>  
  <view>  
    <v-nav-bar></v-nav-bar>  
    <slot />  
    <v-toast />  
    <v-confirm />  
  </view>  
</template>
2020-07-27 18:00 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复