Skip to content

本demo主要提供多态组件中引用对应端原生组件的使用方式

Notifications You must be signed in to change notification settings

chameleon-team/cml-components-use

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title:如何引用原生组件

在多态组件中引入原生组件

{
  "base": {
    "usingComponents": {
      "ori-comp":"../ori-comp/ori-comp"
    }
  }
}

在多态组件中使用

<template>
  <view>
    <text>wx端自定义组件</text>
    <ori-comp></ori-comp>
  
  </view>
</template>

引用对应端的原生组件的时候,一定要在对应端的多态组件中使用,不要在 xxx.cml 文件中直接使用

About

本demo主要提供多态组件中引用对应端原生组件的使用方式

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published