feat: add availableActions for ComponentMeta

This commit is contained in:
LeoYuan 袁力皓 2022-05-25 19:58:36 +08:00
parent 941ae05925
commit de1f60bbee

View File

@ -84,6 +84,10 @@ export default class ComponentMeta {
return this[componentMetaSymbol].prototype; return this[componentMetaSymbol].prototype;
} }
get availableActions() {
return this[componentMetaSymbol].availableActions;
}
/** /**
* npm * npm
* @param npm * @param npm