首次提交
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 组件间关系
|
||||
* 注意:须与p-f-unicom配合使用!!!
|
||||
* @param {*} name
|
||||
* @returns
|
||||
*/
|
||||
export function getRelationNodes(name) {
|
||||
if(!this.$unicom) throw "this.getRelationNodes()需与p-f-unicom配合使用!"
|
||||
return this.$unicom('@' + name)
|
||||
}
|
||||
Reference in New Issue
Block a user