Fohn-Group / fohn-ui

PHP framework using Tailwind Css
MIT License
2 stars 2 forks source link

Vue component mount not working with id that start with a number #25

Closed ibelar closed 4 months ago

ibelar commented 5 months ago

Consider the element to create the component has an id that start with a number, i.e. #4XDFE_4dd

Vue will generate an execption when trying to mount this element.

ibelar commented 4 months ago

fix with #24