如果想注册到全局,则需要在app.json页面添加挂载:
1
2
3
|
{
"usingComponents"
: {
"pop"
:
"../common/pop/pop"
}
}
|