Load custom vue js component to modalContent

I make one chat component in vuejs... How to load it in modal (with modalContent() function)
1 Reply
Patrick Boivin
My best guess is that you'll probably need to initialize your Vue component with an Alpine directive, like x-init

Did you find this page helpful?