Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Gallery component with computed hash property
The Gallery component has been updated to include a computed property called `hash`. This property generates a unique hash based on the `id` and `files` array, which is used to set the `id` attribute of the component's root element. This change ensures that the `id` remains unique and avoids potential conflicts with other elements on the page.
- Loading branch information