Hi @Barbapapazes, are you open to extending the Vue components with dynamic components? Personally, I prefer to avoid deeply nested HTML tags. In this regard, I would like to propose adding a new optional property: tag, to facilitate the creation of dynamic components and to prevent unnecessary nesting of items.
Hi @Barbapapazes, are you open to extending the Vue components with dynamic components? Personally, I prefer to avoid deeply nested HTML tags. In this regard, I would like to propose adding a new optional property:
tag
, to facilitate the creation of dynamic components and to prevent unnecessary nesting of items.If you agree I may create a PR. Let me know.