如果想注冊到全局,則需要在app.json頁面添加掛載:
1
2
3
|
{
"usingComponents"
: {
"pop"
:
"../common/pop/pop"
}
}
|