新增的自定义组件的路径是绝对路径还是相对路径?
{ "usingComponents":
{ "component-tag-name": "path/to/the/custom/component"
}
}
文档里的的path是哪个路径,小程序项目里的路径都可以吗,还是必须是pages里面?
我现在使用的是../../wx-components/custom_checkbox/custom_checkbox/ 提示错误,
我现在实在pages里的一个目录里的json文件里引用根目录下的 wx-components/custom_checkbox/custom_checkbox,编译错误,是不支持相对路径吗???
Component is not found in path “wx-components/custom_checkbox/custom_checkbox”
Error: Component is not found in path “wx-components/custom_checkbox/custom_checkbox”