mirror of
https://github.com/unraid/api.git
synced 2026-01-14 04:29:51 -06:00
- Introduced a helper function `parsePropsFromElement` to extract props from HTML attributes, enhancing the flexibility of prop handling. - Updated `mountVueApp` to utilize parsed props for both the main app and additional targets, allowing for dynamic prop assignment based on the HTML structure. - Improved overall integration of props with Vue components, ensuring a more seamless mounting process.