util.js 186 字节
Newer Older
1
export const mocks = ['nodeId', 'componentName']
fxy060608's avatar
fxy060608 已提交
2 3 4 5 6 7 8

export function isPage () {
  return !this.ownerId
}

export function initRelation (detail) {
  this.dispatch('__l', detail)
fxy060608's avatar
fxy060608 已提交
9
}