tinajs/tina

原生app的全局组件配置失败

callmesoul opened this issue · 1 comments

小程序自己出了个全局组件,早app配置文件配置就好了。
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#usingComponents

但是不知道怎么写,都不生效,跑步起来

"usingComponents":{
    "is-null": "./components/is-null/is-null.mina"
  },

tinajs 的全局组件要怎么写?
@imyelo

自己sb问题