Skip to content

Commit

Permalink
chore(#417): update component options docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jan 12, 2022
1 parent 60ee4e8 commit d1f7580
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/entity/src/components/DruxtEntity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,17 +384,23 @@ export default {
* @example @lang js
* [
* 'DruxtEntity[ResourceType][DisplayMode][SchemaType]',
* 'DruxtEntity[EntityType][DisplayMode][SchemaType]',
* 'DruxtEntity[ResourceType][DisplayMode]',
* 'DruxtEntity[EntityType][DisplayMode]',
* 'DruxtEntity[ResourceType]',
* 'DruxtEntity[EntityType]',
* 'DruxtEntity[DisplayMode]',
* ]
*
* @example <caption>Article Node (default)</caption> @lang js
* [
* 'DruxtEntityNodeArticleDefaultView',
* 'DruxtEntityNodeDefaultView',
* 'DruxtEntityNodeArticleDefault',
* 'DruxtEntityNodeArticle',
* 'DruxtEntityNodeDefault',
* 'DruxtEntityNodeArticle',
* 'DruxtEntityNode',
* 'DruxtEntityDefault',
* ]
*/
Expand Down

0 comments on commit d1f7580

Please sign in to comment.