ambar opened this issue 7 years ago · 0 comments
// 假设这个 npm 上的某个 tab.mina { // 本身是个 component "component": true, "usingComponents": { // 引用其他 npm 包 "logo": "~logo.mina", // 相对引用 "tab-item": "tab-item.mina" } }
现在的规则没处理这种情况,会解析到 src context 之外。