Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 359 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 359 Bytes

mini-magicui

安装

$ npm install mini-magic --save

使用

在页面json中文件中进行注册,如share组件的注册如下所示:

{
  "usingComponents": {
    "share": "mini-magicui/es/share/index",
  }
}

在axml文件中进行调用:

<share name="" des="" icon="" shareList="[]" pageUrl=""></share>