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 aaf2da3 commit 352bd78
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 @@ -149,7 +149,7 @@ The main advantage of this method is that it allows retaining all the existing l

For more details, refer to the official documentation [here](https://vuejs.org/guide/extras/web-components).

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.
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.

Expand Down

0 comments on commit 352bd78

Please sign in to comment.