抖音开放平台基础开发避坑指南

抖音小程序开发基础避坑

  1. 自定义组件路径,引用到具体的组件上
    //相对路径引用到具体的组件上
    "usingComponents": {
        "intro-box":"/component/test_title/test_title"
    }

猜你喜欢

转载自blog.csdn.net/weixin_46746389/article/details/127183071