We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941ae05 commit de1f60bCopy full SHA for de1f60b
1 file changed
packages/shell/src/component-meta.ts
@@ -84,6 +84,10 @@ export default class ComponentMeta {
84
return this[componentMetaSymbol].prototype;
85
}
86
87
+ get availableActions() {
88
+ return this[componentMetaSymbol].availableActions;
89
+ }
90
+
91
/**
92
* 设置 npm 信息
93
* @param npm
0 commit comments