dcloudio / uni-app

A cross-platform framework using Vue.js
https://uniapp.dcloud.io
Apache License 2.0
40.02k stars 3.63k forks source link

支付宝小程序不支持全局引入小程序组件 #592

Closed chen-can closed 5 years ago

chen-can commented 5 years ago

在globalStyle中配置后,页面引入不生效,但是支持在页面中使用

{
      "path": "pages/home/index",
      "style": {
        "usingComponents": {
          "am-icon": "/mycomponents/mini-antui/am-icon/index"
        }
      }
    },
...
"globalStyle": {
   ...
    "usingComponents": {
      "am-icon": "/mycomponents/mini-antui/am-icon/index"
    }
}
Wangyaqi commented 5 years ago

支付宝小程序官方未支持全局引入组件

Wangyaqi commented 5 years ago

现已修复

chen-can commented 5 years ago

请问支付宝小程序全局引入组件已支持了对吗 如何用cli更新当前版本 及如何查看当前是什么版本