Skip to content

Commit

Permalink
feat: add availableActions for ComponentMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoYuan committed May 25, 2022
1 parent 288871d commit cb3c46f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/shell/src/component-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ export default class ComponentMeta {
return this[componentMetaSymbol].prototype;
}

get availableActions() {
return this[componentMetaSymbol].availableActions;
}

/**
* 设置 npm 信息
* @param npm
Expand Down

0 comments on commit cb3c46f

Please sign in to comment.