Skip to content

Commit

Permalink
Update content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md
Browse files Browse the repository at this point in the history
Co-authored-by: Krystian Podemski <[email protected]>
  • Loading branch information
coffrep and kpodemski authored Dec 13, 2024
1 parent 352bd78 commit b7f39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ For more details, refer to the official documentation [here](https://vuejs.org/g

However, there are some limitations. For example, certain advanced features of Vue, such as `slotProps`, are not available when used as web-components. This may require adjustments or compromises when implementing complex components.

Despite these constraints, using defineCustomElement offers an elegant solution to easily integrate PUIK components into non-Vue projects, thus promoting greater flexibility and interoperability of the library.
Despite these constraints, using `defineCustomElemen`t offers an elegant solution to easily integrate PUIK components into non-Vue projects, thus promoting greater flexibility and interoperability of the library.

Creation of the custom element awesome-component:

Expand Down

0 comments on commit b7f39f1

Please sign in to comment.