1.0.1 • Published 9 months ago

@open-dy/tt-miniprogram-plus v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

字节小程序组件扩展包

组件扩展包是对小程序常用组件的扩展与补充,正在持续补充中。

开始使用

npm install @open-dy/tt-miniprogram-plus

在需要导入组件的页面/组件的json文件中配置usingComponents

{
    "usingComponents": {
        "row":"ext://@open-dy/tt-miniprogram-plus/row",
        "col":"ext://@open-dy/tt-miniprogram-plus/col"
    }
}

在ttml中正常使用组件

<row>
    <col></col>
    <col></col>
</row>

更多关于扩展组件的介绍: 详情

1.0.1

9 months ago

1.0.0

9 months ago